springboot
谁的大王
谁派谁去巡山,谁是谁的大王
展开
-
springboot之拦截器
转载来至简书(https://www.jianshu.com/p/59fc39ad946e) 一,怎么玩 1,引入的pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-w...转载 2018-11-25 14:18:54 · 858 阅读 · 1 评论 -
(转载)SpringBoot获得application.properties中数据的几种方式
SpringBoot获得application.properties中数据的几种方式(我的只有第二种方式适用,并且项目初始化的时候不能用,在项目启动后才可用) 第一种方式 @SpringBootApplication public class SpringBoot01Application { public static void main(String[] args) { ...转载 2018-12-05 21:19:05 · 850 阅读 · 0 评论