Commit 1eb945bb authored by huangcb's avatar huangcb

undefined

parent d4868ca0
......@@ -143,6 +143,15 @@
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
<resources>
<resource>
<directory>src/main/resources</directory>
......@@ -160,7 +169,7 @@
</profiles>
<build>
<finalName>freight-base-service.jar</finalName>
<finalName>freight-file-service</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
......
......@@ -21,6 +21,11 @@ spring:
log-slow-sql: true
slow-sql-millis: 1000
merge-sql: false
data:
mongodb:
host: 192.168.31.248
port: 27017
database: huangcb
#mybatis
mybatis-plus:
mapper-locations: classpath*:/mapper/**/*Dao.xml
......@@ -47,6 +52,7 @@ aes:
key: freight-file-servie-3.1415926535
#文件下载基础url
file:
register: image=2,pdf=10,excel=5,apk=100
download:
base-url: http://192.168.31.248:8082/file/download/direct/
baidu:
......
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