Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
8adb227a
Commit
8adb227a
authored
Jul 26, 2018
by
Menethil
Browse files
litemall-all统一改为jar打包,litemall现在可以单jar包部署
parent
1c1edc0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
litemall-all/pom.xml
View file @
8adb227a
...
...
@@ -2,7 +2,7 @@
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<artifactId>
litemall-all
</artifactId>
<packaging>
w
ar
</packaging>
<packaging>
j
ar
</packaging>
<parent>
<groupId>
org.linlinjava
</groupId>
...
...
litemall-all/src/main/resources/application.yml
View file @
8adb227a
...
...
@@ -15,4 +15,4 @@ logging:
org.linlinjava.litemall.admin
:
DEBUG
org.linlinjava.litemall.os
:
DEBUG
org.linlinjava.litemall.wx
:
DEBUG
org.linlinjava.litemall
:
ERROR
\ No newline at end of file
org.linlinjava.litemall
:
DEBUG
\ No newline at end of file
Write
Preview
Supports
Markdown
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