提交 a3826f3e 编写于 作者: S System Administrator

Spring Boot实战合集

上级 721fc793
......@@ -2,9 +2,9 @@
server.port=80
# Mysql 数据源配置
spring.datasource.url=jdbc:mysql://121.196.213.145:3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.url=jdbc:mysql://xxx.xxx.xxx.xxx:3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username=root
spring.datasource.password=111111
spring.datasource.password=xxxxxx
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
# mybatis配置
......
server.port=82
# Mysql Դ
spring.datasource.url=jdbc:mysql://121.196.213.145:3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
# Mysql ����Դ����
spring.datasource.url=jdbc:mysql://xxx.xxx.xxx.xxx:3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username=root
spring.datasource.password=111111
spring.datasource.password=xxxxxx
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
# mybatis
# mybatis����
mybatis.type-aliases-package=cn.codesheep.springbt_guava_cache.entity
mybatis.mapper-locations=classpath:mapper/*.xml
mybatis.configuration.map-underscore-to-camel-case=true
\ No newline at end of file
server.port=9999
# Mysql 数据源配置
spring.datasource.url=jdbc:mysql://121.196.112.236:3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.url=jdbc:mysql://xxx.xxx.xxx.xxx:3306/demo?useUnicode=true&characterEncoding=utf-8&useSSL=false
spring.datasource.username=root
spring.datasource.password=xxxxxx
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册