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

Commit 0e1144d3 authored by 胡佳晨's avatar 胡佳晨

提交 dev 环境配置文件

parent a6899edf
...@@ -11,4 +11,27 @@ liquidnet: ...@@ -11,4 +11,27 @@ liquidnet:
spring: spring:
profiles: profiles:
include: service-example include: service-ticket
\ No newline at end of file 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
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
mybatis-plus:
mapper-locations: classpath:com.liquidnet.service.ticket.mapper/*Mapper.xml
global-config:
db-config:
logic-delete-field: is_active
logic-delete-value: false
logic-not-delete-value: true
\ No newline at end of file
...@@ -2,4 +2,4 @@ spring: ...@@ -2,4 +2,4 @@ spring:
application: application:
name: liquidnet-service-kylin name: liquidnet-service-kylin
profiles: profiles:
active: dev active: dev
\ 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