Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
file-service
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SuperHive
back-end
file-service
Commits
1eb945bb
Commit
1eb945bb
authored
Apr 15, 2020
by
huangcb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
undefined
parent
d4868ca0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
1 deletion
+16
-1
pom.xml
pom.xml
+10
-1
application-test.yml
src/main/resources/application-test.yml
+6
-0
No files found.
pom.xml
View file @
1eb945bb
...
...
@@ -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>
...
...
src/main/resources/application-test.yml
View file @
1eb945bb
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment