记得上下班打卡 | git大法好,push需谨慎

Commit 271692e7 authored by 胡佳晨's avatar 胡佳晨

提交 dev 环境配置文件

parent 0e1144d3
...@@ -14,19 +14,23 @@ spring: ...@@ -14,19 +14,23 @@ spring:
include: service-ticket include: service-ticket
datasource: datasource:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://39.106.122.201:3308/testmall?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC url: jdbc:mysql://39.106.122.201:3308/devmall?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=UTC
username: testmall username: devmall
password: zhengzai!mYT password: zhengzai!mYT
redis: redis:
host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com host: r-2ze7002ckw5u75fgukpd.redis.rds.aliyuncs.com
port: 6380 port: 6380
password: PO@B!Iud32 password: PO@B!Iud32
database: 0 database: 0
rabbitmq: # rabbitmq:
addresses: 127.0.0.1 ## host: 127.0.0.1
port: 15672 ## port: 15672
username: hujiachen ## username: hujiachen
password: hujiachen123 ## password: hujiachen123
# addresses: 127.0.0.1
# port: 15672
# username: hujiachen
# password: hujiachen123
mybatis-plus: mybatis-plus:
mapper-locations: classpath:com.liquidnet.service.ticket.mapper/*Mapper.xml mapper-locations: classpath:com.liquidnet.service.ticket.mapper/*Mapper.xml
......
...@@ -11,4 +11,4 @@ liquidnet: ...@@ -11,4 +11,4 @@ liquidnet:
spring: spring:
profiles: profiles:
include: service-example include: service-kylin
\ No newline at end of file \ No newline at end of file
...@@ -11,4 +11,4 @@ liquidnet: ...@@ -11,4 +11,4 @@ liquidnet:
spring: spring:
profiles: profiles:
include: service-example include: service-kylin
\ No newline at end of file \ No newline at end of file
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 to comment