Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
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
liyuan
byit-myth-job
Commits
f9a8d058
Commit
f9a8d058
authored
May 25, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整模板引擎位位置
parent
a0e60e7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
9 deletions
+11
-9
application-dev.yml
...-myth-admin/src/main/resources/config/application-dev.yml
+10
-0
application-local.yml
...yth-admin/src/main/resources/config/application-local.yml
+1
-9
No files found.
byit-myth-admin/src/main/resources/config/application-dev.yml
View file @
f9a8d058
...
...
@@ -26,6 +26,16 @@ spring:
properties
:
from
:
ddmp@byitgroup.com
thymeleaf
:
prefix
:
classpath:/templates/
suffix
:
.html
cache
:
false
enabled
:
true
check-template
:
true
check-template-location
:
true
encoding
:
utf-8
mode
:
HTML5
mybatis
:
mapper-locations
:
/mapper/*.xml
...
...
byit-myth-admin/src/main/resources/config/application-local.yml
View file @
f9a8d058
...
...
@@ -4,15 +4,7 @@ spring:
url
:
jdbc:mysql://10.0.10.118:3306/myth-job?Unicode=true&characterEncoding=UTF-8&useSSL=true
username
:
root
password
:
123456
thymeleaf
:
prefix
:
classpath:/templates/
suffix
:
.html
cache
:
false
enabled
:
true
check-template
:
true
check-template-location
:
true
encoding
:
utf-8
mode
:
HTML5
mail
:
...
...
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