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

Commit 330d2838 authored by 胡佳晨's avatar 胡佳晨

提交 dev 环境配置文件

parent 271692e7
...@@ -39,6 +39,12 @@ ...@@ -39,6 +39,12 @@
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>com.liquidnet</groupId>
<artifactId>liquidnet-common-mq</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies> </dependencies>
......
...@@ -33,7 +33,7 @@ spring: ...@@ -33,7 +33,7 @@ spring:
# password: hujiachen123 # password: hujiachen123
mybatis-plus: mybatis-plus:
mapper-locations: classpath:com.liquidnet.service.ticket.mapper/*Mapper.xml mapper-locations: classpath:com.liquidnet.service.kylin.mapper/*Mapper.xml
global-config: global-config:
db-config: db-config:
logic-delete-field: is_active logic-delete-field: is_active
......
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