Skip to content

Commit a3826f3

Browse files
System AdministratorSystem Administrator
System Administrator
authored and
System Administrator
committed
Spring Boot实战合集
1 parent 721fc79 commit a3826f3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

springbt_ehcache/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
server.port=80
33

44
# 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
66
spring.datasource.username=root
7-
spring.datasource.password=111111
7+
spring.datasource.password=xxxxxx
88
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
99

1010
# mybatis配置
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
server.port=82
22

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
55
spring.datasource.username=root
6-
spring.datasource.password=111111
6+
spring.datasource.password=xxxxxx
77
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
88

9-
# mybatisÅäÖÃ
9+
# mybatis����
1010
mybatis.type-aliases-package=cn.codesheep.springbt_guava_cache.entity
1111
mybatis.mapper-locations=classpath:mapper/*.xml
1212
mybatis.configuration.map-underscore-to-camel-case=true

springbt_uid_generator/uid-consumer/src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server.port=9999
22

33
# 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
55
spring.datasource.username=root
66
spring.datasource.password=xxxxxx
77
spring.datasource.driver-class-name=com.mysql.jdbc.Driver

0 commit comments

Comments
 (0)