摘要: 1、配置文件 SpringBoot使用一个全局的配置文件,配置文件名是固定的(有两种形式); application.properties application.yml 配置文件的作用:修改SpringBoot自动配置的默认值;(SpringBoot在底层都给我们自动配置好了) YAML(YAML 阅读全文
posted @ 2018-10-16 20:22 H.U.C-王子 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 给maven 的settings.xml配置文件的profiles标签添加 <profile> <id>jdk‐1.8</id> <activation> <activeByDefault>true</activeByDefault> <jdk>1.8</jdk> </activation> <pro 阅读全文
posted @ 2018-10-16 20:11 H.U.C-王子 阅读(195) 评论(0) 推荐(0) 编辑