Commit 1cfe2881 by chongli

增加了不同环境配置

parent 1ccf34e4
.idea/
target/
logs/
fun-member.iml
This source diff could not be displayed because it is too large. You can view the blob instead.
spring:
datasource:
url: jdbc:mysql://192.168.10.5:3306/fundb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
username: root
password: root
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://192.168.1.169:3306/fundb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
username: iwan
password: 123456789@qaz
\ No newline at end of file
spring:
datasource:
url: jdbc:mysql://192.168.10.5:3306/fundb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
username: root
password: root
\ No newline at end of file
spring:
profiles:
active: test
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://192.168.10.5:3306/fundb?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false
username: root
password: root
druid:
initialSize: 5
minIdle: 5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment