|
|
@@ -8,7 +8,7 @@ spring:
|
|
|
name: admin
|
|
|
password: select111***
|
|
|
datasource:
|
|
|
- driver-class-name: com.mysql.jdbc.Driver
|
|
|
+ driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
url: jdbc:mysql://192.168.253.12:3306/saas_biz?characterEncoding=utf-8&useSSL=false&allowMultiQueries=true
|
|
|
username: root
|
|
|
password: select111***
|
|
|
@@ -47,7 +47,7 @@ eureka:
|
|
|
client:
|
|
|
registryFetchIntervalSeconds: 5
|
|
|
serviceUrl:
|
|
|
- defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8500/eureka/
|
|
|
+ defaultZone: http://${spring.security.user.name}:${spring.security.user.password}@192.168.0.181:8510/eureka/
|
|
|
server:
|
|
|
port: 8800
|
|
|
tomcat:
|