摘要: //Application 开启注解 @EnableSwagger2public class Application { public static void main(String[] args) { SpringApplication.run(Application.class, args); 阅读全文
posted @ 2018-06-14 23:58 长久悠悠 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 云端多网卡问题: 参考:https://blog.csdn.net/buyaore_wo/article/details/79847404 阅读全文
posted @ 2018-06-14 18:14 长久悠悠 阅读(119) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Shift+F 格式化代码 Ctrl+Shift+O 快速导入资源包 Ctrl+m 最大化/最小化当前窗口(全屏/还原) 阅读全文
posted @ 2018-06-14 18:14 长久悠悠 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 安装、配置、使用 参考:https://yq.aliyun.com/articles/773 http://www.360doc.com/content/16/0524/16/1355383_561922435.shtml https://www.cnblogs.com/jtlgb/p/853243 阅读全文
posted @ 2018-06-14 16:38 长久悠悠 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 工具(详情) eclipse、Swagger、P3C、mybatis-generator...... 批量修改包名前缀 Project Explorer > 选中项目 > view menu > Package Presentation > Hierarchical url 忽略大小写、拦截器 参考 阅读全文
posted @ 2018-06-14 15:00 长久悠悠 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 摘自:https://www.cnblogs.com/WeiMJ/p/9180159.html Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded dataso 阅读全文
posted @ 2018-06-14 13:16 长久悠悠 阅读(11693) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/michaelShao/p/6675186.html 今天做SpringBoot小例子,在请求controller层的时候出现如下问题。 Whitelabel Error Page This application has no explicit 阅读全文
posted @ 2018-06-14 11:28 长久悠悠 阅读(777) 评论(0) 推荐(0) 编辑