作者 王勇

init commit

... ... @@ -9,6 +9,13 @@ spring:
profiles:
active: dev
#security基本配置
security:
user:
#自定义登录用户名
name: admin
#自定义登录密码
password: 123456
cloud:
config:
label: master
... ...
... ... @@ -33,6 +33,13 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<!-- -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- SpringBoot end -->
<!-- SpringCloud start -->
<dependency>
... ...