
配置系列
各种配置相关
幽·
keep a good mind
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot-start's yml
application.yml server: #App's port port: 8080 spring: application: #App's name name: whotw-start原创 2019-05-24 16:15:55 · 277 阅读 · 0 评论 -
springboot-start's pom.xml
<properties> <common.lang.version>2.6</common.lang.version> </properties> <parent> <groupId>org.springframework.boot</groupId> ...原创 2019-05-24 16:17:02 · 325 阅读 · 0 评论