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
MCMS
Commits
31c8549a
Commit
31c8549a
authored
Sep 10, 2020
by
guwd
Browse files
版本更新
parent
3d58badb
Changes
4
Hide whitespace changes
Inline
Side-by-side
pom-war.xml
View file @
31c8549a
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mcms
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<name>
ms-mcms
</name>
<packaging>
war
</packaging>
<properties>
...
...
pom.xml
View file @
31c8549a
...
...
@@ -10,7 +10,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mcms
</artifactId>
<version>
5.1
-SNAPSHOT
</version>
<version>
5.1
</version>
<name>
ms-mcms
</name>
<properties>
<java.version>
1.8
</java.version>
...
...
src/main/resources/application-dev.yml
View file @
31c8549a
spring
:
datasource
:
url
:
jdbc:mysql://localhost:3306/mcms-
dev-5.1
?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
url
:
jdbc:mysql://localhost:3306/
db-
mcms-
open
?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai
username
:
root
password
:
root
filters
:
wall,mergeStat
...
...
src/main/resources/application.yml
View file @
31c8549a
...
...
@@ -13,9 +13,6 @@ logging:
path
:
log
#会在项目的根目录下生成log目录,里面会生成对应的日期目录,日期目录下面生成日志压缩包备份文件,默认按每10M分割一个日志文件,例如:log/2020-01/app-2020-01-03-18.1.log.gz(表示2020年1月3号下午六点的第一个备份),也可以根据实际情况写绝对路径,例如:d:/log
ms
:
mstore
:
http
:
http://store.new.mingsoft.net
host
:
store.new.mingsoft.net
# scheme: https #解决使用代理服务器代理应用时标签解析域名依旧为http的问题
swagger
:
enable
:
true
#启用swagger文档,生产的时候务必关掉
...
...
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