Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes
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
ximai
mes
Commits
cae636f3
Commit
cae636f3
authored
Nov 20, 2024
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置端口更改
parent
88ba0e63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
application-dev.yml
admin/src/main/resources/application-dev.yml
+6
-5
application-prod.yml
admin/src/main/resources/application-prod.yml
+1
-1
No files found.
admin/src/main/resources/application-dev.yml
View file @
cae636f3
...
@@ -18,7 +18,7 @@ ximai-mes:
...
@@ -18,7 +18,7 @@ ximai-mes:
# 开发环境配置
# 开发环境配置
server
:
server
:
# 服务器的HTTP端口,默认为8080
# 服务器的HTTP端口,默认为8080
port
:
808
0
port
:
808
8
servlet
:
servlet
:
# 应用的访问路径
# 应用的访问路径
context-path
:
/
context-path
:
/
...
@@ -56,9 +56,9 @@ spring:
...
@@ -56,9 +56,9 @@ spring:
druid
:
druid
:
# 主库数据源
# 主库数据源
master
:
master
:
url
:
jdbc:mysql://
192.168.222.136:3306
/xm_mes_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://
localhost:3307
/xm_mes_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
admin
username
:
root
password
:
t0psunit
password
:
123456
# 从库数据源
# 从库数据源
slave
:
slave
:
# 从数据源开关/默认关闭
# 从数据源开关/默认关闭
...
@@ -175,6 +175,7 @@ mybatis-plus:
...
@@ -175,6 +175,7 @@ mybatis-plus:
use-generated-keys
:
true
use-generated-keys
:
true
default-executor-type
:
simple
default-executor-type
:
simple
log-impl
:
org.apache.ibatis.logging.slf4j.Slf4jImpl
log-impl
:
org.apache.ibatis.logging.slf4j.Slf4jImpl
return-instance-for-empty-row
:
false
type-aliases-package
:
"
com.ximai.**.domain"
type-aliases-package
:
"
com.ximai.**.domain"
# PageHelper分页插件
# PageHelper分页插件
...
@@ -209,7 +210,7 @@ minio:
...
@@ -209,7 +210,7 @@ minio:
#FeignClient地址
#FeignClient地址
remote
:
remote
:
erp
:
erp
:
url
:
http://localhost:2009
0
url
:
http://localhost:2009
1
username
:
rest_user
username
:
rest_user
password
:
ximai123456
password
:
ximai123456
#fiegn配置连接池
#fiegn配置连接池
...
...
admin/src/main/resources/application-prod.yml
View file @
cae636f3
...
@@ -18,7 +18,7 @@ ximai-mes:
...
@@ -18,7 +18,7 @@ ximai-mes:
# 开发环境配置
# 开发环境配置
server
:
server
:
# 服务器的HTTP端口,默认为8080
# 服务器的HTTP端口,默认为8080
port
:
808
0
port
:
808
8
servlet
:
servlet
:
# 应用的访问路径
# 应用的访问路径
context-path
:
/
context-path
:
/
...
...
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