摘要: spirng boot 需要使用专用maven插件打包,才能打包。引入如下。 org.springframework.boot spring-boot-maven-plugin 1.4.3.RELEASE ... 阅读全文
posted @ 2017-01-10 22:06 pengshuangbao 阅读(1123) 评论(0) 推荐(0) 编辑
摘要: maven插件报错之解决 用m2eclipse创建Maven项目时报错 maveneclipsebuilddependenciesauthorizationplugins 用m2eclipse创建Maven项目时报错 问题: Could not calculate build plan: Failure to transfer org.apache.maven.plugins:ma... 阅读全文
posted @ 2017-01-10 20:10 pengshuangbao 阅读(3858) 评论(0) 推荐(0) 编辑
摘要: 11ctrl+F12 类似于eclipse 的outline 显示出当前类的所有方法。 ctrl+H 查看当前类或者方法的集成结构 ctrl+E 查看最近使用的文件 Ctrl+J 自动完成提示 Ctrl+Shift+V 选择粘贴最近粘贴板中的内容 可以选择 Alt+J 在使用的时候,如果有异常 点击 Alt+Enter 就可以选择生成的类型 ctrl+alt+t 生成代码块... 阅读全文
posted @ 2017-01-09 22:23 pengshuangbao 阅读(161) 评论(0) 推荐(0) 编辑