Commit 81b715bc authored by 赵啸非's avatar 赵啸非

添加巴中经开区

parent fc0374ac
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
<directory>./db</directory> <directory>./db</directory>
<includes> <includes>
<include>*.sql</include> <include>*.sql</include>
<include>service.exe</include>
<include>service.xml</include>
</includes> </includes>
<outputDirectory>db</outputDirectory> <outputDirectory>db</outputDirectory>
<fileMode>0755</fileMode> <fileMode>0755</fileMode>
......
<!-- service.xml -->
<service>
<id>sst-manager</id>
<name>sst-manager</name>
<description></description>
<logpath>D:\home\publish\sst-manager\bin\</logpath>
<logmode>roll</logmode>
<depend></depend>
<executable>D:\home\publish\sst-manager\bin\start.cmd</executable>
<stopexecutable>D:\home\publish\sst-manager\bin\shutdown.cmd</stopexecutable>
</service>
\ No newline at end of file
...@@ -13,6 +13,9 @@ spring: ...@@ -13,6 +13,9 @@ spring:
jackson: jackson:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8 time-zone: GMT+8
dao:
exceptiontranslation:
enabled: false
cloud: cloud:
nacos: nacos:
# Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类 # Nacos 作为注册中心的配置项,对应 NacosDiscoveryProperties 配置类
......
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