Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
e9bb055e
Commit
e9bb055e
authored
Aug 25, 2017
by
maxiucheng
Browse files
修改ssl
parent
e421ad1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
xxpay-mgr/src/main/resources/application.properties
View file @
e9bb055e
...
...
@@ -14,7 +14,7 @@ spring.freemarker.templateLoaderPath=classpath:/templates/
#\u6570\u636E\u5E93\u914D\u7F6E
spring.datasource.type
=
com.alibaba.druid.pool.DruidDataSource
spring.datasource.driver-class-name
=
com.mysql.jdbc.Driver
spring.datasource.url
=
jdbc:mysql://127.0.0.1:3306/xxpaydb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=
tru
e
spring.datasource.url
=
jdbc:mysql://127.0.0.1:3306/xxpaydb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=
fals
e
spring.datasource.username
=
xxpay
spring.datasource.password
=
xxpay
# \u4E0B\u9762\u4E3A\u8FDE\u63A5\u6C60\u7684\u8865\u5145\u8BBE\u7F6E\uFF0C\u5E94\u7528\u5230\u4E0A\u9762\u6240\u6709\u6570\u636E\u6E90\u4E2D# \u521D\u59CB\u5316\u5927\u5C0F\uFF0C\u6700\u5C0F\uFF0C\u6700\u5927
...
...
xxpay4spring-cloud/xxpay-config/src/main/resources/shared/xxpay-service.yml
View file @
e9bb055e
...
...
@@ -5,7 +5,7 @@ spring:
datasource
:
type
:
com.alibaba.druid.pool.DruidDataSource
driver-class-name
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://127.0.0.1:3306/xxpaydb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=
tru
e
url
:
jdbc:mysql://127.0.0.1:3306/xxpaydb?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=
fals
e
username
:
xxpay
password
:
xxpay
initialSize
:
5
# 初始化大小
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment