Update database and Redis configuration, switch to spring-boot-starter-security
parent
3dc454881a
commit
007875a14a
|
|
@ -36,8 +36,8 @@
|
||||||
<artifactId>spring-boot-starter-aop</artifactId>
|
<artifactId>spring-boot-starter-aop</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-security-core</artifactId>
|
<artifactId>spring-boot-starter-security</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.baomidou</groupId>
|
<groupId>com.baomidou</groupId>
|
||||||
|
|
|
||||||
|
|
@ -9,16 +9,16 @@ spring:
|
||||||
max-file-size: 20MB
|
max-file-size: 20MB
|
||||||
max-request-size: 25MB
|
max-request-size: 25MB
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:postgresql://127.0.0.1:5432/nex_auth
|
url: jdbc:postgresql://192.168.124.202:5432/unis_crm
|
||||||
username: postgres
|
username: postgres
|
||||||
password: 199628
|
password: unis@123
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
data:
|
data:
|
||||||
redis:
|
redis:
|
||||||
host: 127.0.0.1
|
host: 192.168.124.202
|
||||||
port: 6379
|
port: 6379
|
||||||
password: 199628@tlw
|
password: zghz@123
|
||||||
database: 14
|
database: 12
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
mapper-locations: classpath*:/mapper/**/*.xml
|
mapper-locations: classpath*:/mapper/**/*.xml
|
||||||
|
|
@ -32,8 +32,6 @@ logging:
|
||||||
com.unis.crm: info
|
com.unis.crm: info
|
||||||
|
|
||||||
unisbase:
|
unisbase:
|
||||||
tenant:
|
|
||||||
enabled: false
|
|
||||||
web:
|
web:
|
||||||
auth-endpoints-enabled: true
|
auth-endpoints-enabled: true
|
||||||
management-endpoints-enabled: true
|
management-endpoints-enabled: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue