File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
springbt_ehcache/src/main/resources
springbt_guava_cache/src/main/resources
springbt_uid_generator/uid-consumer/src/main/resources Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
server.port =80
3
3
4
4
# Mysql 数据源配置
5
- spring.datasource.url =jdbc:mysql://121.196.213.145 :3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
5
+ spring.datasource.url =jdbc:mysql://xxx.xxx.xxx.xxx :3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
6
6
spring.datasource.username =root
7
- spring.datasource.password =111111
7
+ spring.datasource.password =xxxxxx
8
8
spring.datasource.driver-class-name =com.mysql.jdbc.Driver
9
9
10
10
# mybatis配置
Original file line number Diff line number Diff line change 1
1
server.port =82
2
2
3
- # Mysql Êý¾ÝÔ´ÅäÖÃ
4
- spring.datasource.url =jdbc:mysql://121.196.213.145 :3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
3
+ # Mysql ����Դ����
4
+ spring.datasource.url =jdbc:mysql://xxx.xxx.xxx.xxx :3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
5
5
spring.datasource.username =root
6
- spring.datasource.password =111111
6
+ spring.datasource.password =xxxxxx
7
7
spring.datasource.driver-class-name =com.mysql.jdbc.Driver
8
8
9
- # mybatisÅäÖÃ
9
+ # mybatis����
10
10
mybatis.type-aliases-package =cn.codesheep.springbt_guava_cache.entity
11
11
mybatis.mapper-locations =classpath:mapper/*.xml
12
12
mybatis.configuration.map-underscore-to-camel-case =true
Original file line number Diff line number Diff line change 1
1
server.port =9999
2
2
3
3
# Mysql 数据源配置
4
- spring.datasource.url =jdbc:mysql://121.196.112.236 :3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
4
+ spring.datasource.url =jdbc:mysql://xxx.xxx.xxx.xxx :3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
5
5
spring.datasource.username =root
6
6
spring.datasource.password =xxxxxx
7
7
spring.datasource.driver-class-name =com.mysql.jdbc.Driver
You can’t perform that action at this time.
0 commit comments