摘要: Spring Boot的全局配置(一些配置命令) 详细地址:https://docs.spring.io/spring-boot/docs/1.2.3.RELEASE/reference/html/common-application-properties.html 阅读全文
posted @ 2017-10-02 19:53 wrshun 阅读(1379) 评论(0) 推荐(0) 编辑
摘要: @SpringBootApplication 每一个Spring Boot项目都有一个名为*Application的入口类,入口类中有个main方法,在main方法中使用: SpringApplication.run(DemoApplication.class, args); 启动Spring Bo 阅读全文
posted @ 2017-10-02 19:47 wrshun 阅读(140) 评论(0) 推荐(0) 编辑