09 2018 档案

摘要:# # COMMON SPRING BOOT PROPERTIES # # This sample file is provided as a guideline. Do NOT copy it in its # entirety to your own application. ^^^ # # # 阅读全文
posted @ 2018-09-30 16:41 Desperador 阅读(402) 评论(0) 推荐(0)
摘要:1.Spring Boot application starters spring-boot-starter Core starter, including auto-configuration support, logging and YAML Pom spring-boot-starter-ac 阅读全文
posted @ 2018-09-30 11:53 Desperador 阅读(1345) 评论(0) 推荐(0)
摘要:1.开发环境 开发工具:IDEA2018.2.1 JDK:1.9 Maven : 3.3.9 操作系统:window 7 / window 10 2.项目结构 3.详细步骤 3.1 使用IDEA新建Maven空白项目 file->new->project,然后按照要求填好。如下: 点击finsh后会 阅读全文
posted @ 2018-09-30 11:13 Desperador 阅读(274) 评论(0) 推荐(0)
摘要:题:在IDEA中使用@Slf4j报错,找不到log 解决方法:需要在IDEA中安装插件lombok 详细步骤: 1.File->Settings 2.Plugins->Browse repositories 3.搜索lombok,安装即可 阅读全文
posted @ 2018-09-29 16:20 Desperador 阅读(18238) 评论(0) 推荐(1)