Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
b511f864
Commit
b511f864
authored
Dec 25, 2020
by
guwd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.2.0稳定
parent
ef2aad83
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
pom.xml
pom.xml
+5
-0
application.yml
src/main/resources/application.yml
+6
-11
No files found.
pom.xml
View file @
b511f864
...
@@ -27,6 +27,11 @@
...
@@ -27,6 +27,11 @@
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<artifactId>
ms-mpeople
</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
store-client
</artifactId>
<version>
5.2.0.RELEASE
</version>
</dependency>
</dependencies>
</dependencies>
...
...
src/main/resources/application.yml
View file @
b511f864
...
@@ -12,17 +12,11 @@ logging:
...
@@ -12,17 +12,11 @@ logging:
name
:
mcms.log
#会在项目的根目录下生成对应的mcms.log文件,也可以根据实际情况写绝对路径,例如:d:/mcms.log
name
:
mcms.log
#会在项目的根目录下生成对应的mcms.log文件,也可以根据实际情况写绝对路径,例如:d:/mcms.log
path
:
log
#会在项目的根目录下生成log目录,里面会生成对应的日期目录,日期目录下面生成日志压缩包备份文件,默认按每10M分割一个日志文件,例如:log/2020-01/app-2020-01-03-18.1.log.gz(表示2020年1月3号下午六点的第一个备份),也可以根据实际情况写绝对路径,例如:d:/log
path
:
log
#会在项目的根目录下生成log目录,里面会生成对应的日期目录,日期目录下面生成日志压缩包备份文件,默认按每10M分割一个日志文件,例如:log/2020-01/app-2020-01-03-18.1.log.gz(表示2020年1月3号下午六点的第一个备份),也可以根据实际情况写绝对路径,例如:d:/log
ms
:
ms
:
mwebsite
:
tables
:
cms_category,cms_content,mdiy_dict,mdiy_model,mdiy_page,people,people_address,mpay_log,mpay_pay,wx_mini_app,wx_weixin,role
diy
:
diy
:
html-dir
:
html
html-dir
:
html
mstore
:
# scheme: https #解决使用代理服务器代理应用时标签解析域名依旧为http的问题
http
:
http://store.i.mingsoft.net/
host
:
store.i.mingsoft.net
login
:
http://platform.i.mingsoft.net/sso/login.do
# scheme: https #解决使用代理服务器代理应用时标签解析域名依旧为http的问题
swagger
:
swagger
:
enable
:
tru
e
#启用swagger文档,生产的时候务必关掉 访问地址:http://ip|域名/项目发布名/swagger-ui.html
enable
:
fals
e
#启用swagger文档,生产的时候务必关掉 访问地址:http://ip|域名/项目发布名/swagger-ui.html
manager
:
manager
:
path
:
/ms
#后台访问的路径,如:http://项目/ms/login.do,生产的时候建议修改
path
:
/ms
#后台访问的路径,如:http://项目/ms/login.do,生产的时候建议修改
view-path
:
/WEB-INF/manager
#后台视图层路径配置
view-path
:
/WEB-INF/manager
#后台视图层路径配置
...
@@ -91,11 +85,11 @@ spring:
...
@@ -91,11 +85,11 @@ spring:
force
:
true
force
:
true
charset
:
utf-8
charset
:
utf-8
enabled
:
true
enabled
:
true
mybatis-plus
:
mybatis-plus
:
global-config
:
global-config
:
db-config
:
db-config
:
id-type
:
auto
id-type
:
auto
configuration
:
configuration
:
database-id
:
mysql
database-id
:
mysql
cache-enabled
:
true
\ No newline at end of file
jdbc-type-for-null
:
'
null'
#注意:单引号
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