|
@@ -1,6 +1,6 @@
|
|
# 配置项目信息
|
|
# 配置项目信息
|
|
server.servlet.context-path=/
|
|
server.servlet.context-path=/
|
|
-server.port=8089
|
|
|
|
|
|
+server.port=8099
|
|
# 获取pom文件中project.version值
|
|
# 获取pom文件中project.version值
|
|
version=@project.version@
|
|
version=@project.version@
|
|
|
|
|
|
@@ -47,8 +47,4 @@ mybatis-plus.mapper-locations=classpath:/mapper/*.xml
|
|
mybatis-plus.configuration.call-setters-on-nulls=true
|
|
mybatis-plus.configuration.call-setters-on-nulls=true
|
|
# 删除值
|
|
# 删除值
|
|
mybatis-plus.global-config.db-config.logic-delete-value=1
|
|
mybatis-plus.global-config.db-config.logic-delete-value=1
|
|
-mybatis-plus.global-config.db-config.logic-not-delete-value=0
|
|
|
|
-
|
|
|
|
-com.agreement.way=HTTP
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+mybatis-plus.global-config.db-config.logic-not-delete-value=0
|