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

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

提交 dev 环境配置文件

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