|
@@ -1,6 +1,6 @@
|
|
|
spring:
|
|
spring:
|
|
|
datasource:
|
|
datasource:
|
|
|
- url: jdbc:mysql://localhost:28571/cwg_crm?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false
|
|
|
|
|
|
|
+ url: jdbc:mysql://localhost:28571/cwg_card?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&allowMultiQueries=true&useSSL=false
|
|
|
username: root
|
|
username: root
|
|
|
password: NSH01Y0GTmUNjgg6xw80qg==
|
|
password: NSH01Y0GTmUNjgg6xw80qg==
|
|
|
jpa:
|
|
jpa:
|
|
@@ -14,7 +14,7 @@ spring:
|
|
|
eureka:
|
|
eureka:
|
|
|
client:
|
|
client:
|
|
|
serviceUrl:
|
|
serviceUrl:
|
|
|
- defaultZone: http://admin:admin123456@localhost:7000/eureka
|
|
|
|
|
|
|
+ defaultZone: http://admin:admin123456@localhost:18000/eureka
|
|
|
|
|
|
|
|
web:
|
|
web:
|
|
|
upload-path: ../upload
|
|
upload-path: ../upload
|