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
546d787f
Commit
546d787f
authored
Dec 19, 2020
by
xierz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
设置新站点管理员问题
parent
9cefb64d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
11 deletions
+17
-11
pom.xml
pom.xml
+4
-0
application-dev.yml
src/main/resources/application-dev.yml
+11
-10
application.yml
src/main/resources/application.yml
+2
-1
No files found.
pom.xml
View file @
546d787f
...
@@ -34,6 +34,10 @@
...
@@ -34,6 +34,10 @@
</repository>
</repository>
</repositories>
</repositories>
<dependencies>
<dependencies>
<dependency>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mwebsite
</artifactId>
</dependency>
<dependency>
<dependency>
<groupId>
net.mingsoft
</groupId>
<groupId>
net.mingsoft
</groupId>
<artifactId>
ms-mpeople
</artifactId>
<artifactId>
ms-mpeople
</artifactId>
...
...
src/main/resources/application-dev.yml
View file @
546d787f
#spring:
# datasource:
# url: jdbc:mysql://localhost:3306/mcms-5.2?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
# username: root
# password: root
# filters: wall,mergeStat
# type: com.alibaba.druid.pool.DruidDataSource
spring
:
spring
:
datasource
:
datasource
:
driver-class-name
:
oracle.jdbc.driver.OracleDriver
url
:
jdbc:mysql://192.168.0.8:3316/mcms-dev-5.2-8?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&allowMultiQueries=true&useSSL=true
url
:
jdbc:oracle:thin:@192.168.0.7:1521:helowin
username
:
mcms
username
:
mcms
password
:
mcms
password
:
mcms
filters
:
wall,mergeStat
filters
:
wall,mergeStat
type
:
com.alibaba.druid.pool.DruidDataSource
type
:
com.alibaba.druid.pool.DruidDataSource
#spring:
# datasource:
# driver-class-name: oracle.jdbc.driver.OracleDriver
# url: jdbc:oracle:thin:@192.168.0.7:1521:helowin
# username: mcms
# password: mcms
# filters: wall,mergeStat
# type: com.alibaba.druid.pool.DruidDataSource
src/main/resources/application.yml
View file @
546d787f
...
@@ -12,6 +12,8 @@ logging:
...
@@ -12,6 +12,8 @@ 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
:
mstore
:
...
@@ -92,7 +94,6 @@ spring:
...
@@ -92,7 +94,6 @@ spring:
mybatis-plus
:
mybatis-plus
:
global-config
:
global-config
:
db-config
:
db-config
:
# column-format: "\"%s\""
id-type
:
auto
id-type
:
auto
configuration
:
configuration
:
database-id
:
oracle
database-id
:
oracle
...
...
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