|
@@ -1,6 +1,7 @@
|
|
spring:
|
|
spring:
|
|
profiles:
|
|
profiles:
|
|
- active: private-cloud-localhost
|
|
|
|
|
|
+ active: dev-localhost
|
|
|
|
+# active: private-cloud-localhost
|
|
cache:
|
|
cache:
|
|
guava:
|
|
guava:
|
|
spec: expireAfterWrite=30s
|
|
spec: expireAfterWrite=30s
|
|
@@ -132,7 +133,7 @@ website:
|
|
|
|
|
|
---
|
|
---
|
|
spring:
|
|
spring:
|
|
- profiles: dev-localhost
|
|
|
|
|
|
+ profiles:
|
|
datasource:
|
|
datasource:
|
|
url: jdbc:mysql://101.37.175.111:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
url: jdbc:mysql://101.37.175.111:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
username: mooctest
|
|
username: mooctest
|