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
b2ba82ac
Commit
b2ba82ac
authored
Mar 02, 2026
by
tanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
cae636f3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
application-dev.yml
admin/src/main/resources/application-dev.yml
+2
-2
pom.xml
mes/pom.xml
+4
-2
No files found.
admin/src/main/resources/application-dev.yml
View file @
b2ba82ac
...
@@ -9,7 +9,7 @@ ximai-mes:
...
@@ -9,7 +9,7 @@ ximai-mes:
# 实例演示开关
# 实例演示开关
demoEnabled
:
true
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ximai/uploadPath,Linux配置 /home/ximai/uploadPath)
# 文件路径 示例( Windows配置D:/ximai/uploadPath,Linux配置 /home/ximai/uploadPath)
profile
:
D
:/code/upload
profile
:
E
:/code/upload
# 获取ip地址开关
# 获取ip地址开关
addressEnabled
:
false
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
# 验证码类型 math 数组计算 char 字符验证
...
@@ -56,7 +56,7 @@ spring:
...
@@ -56,7 +56,7 @@ spring:
druid
:
druid
:
# 主库数据源
# 主库数据源
master
:
master
:
url
:
jdbc:mysql://localhost:330
7
/xm_mes_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
url
:
jdbc:mysql://localhost:330
6
/xm_mes_dev?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
username
:
root
username
:
root
password
:
123456
password
:
123456
# 从库数据源
# 从库数据源
...
...
mes/pom.xml
View file @
b2ba82ac
...
@@ -19,12 +19,14 @@
...
@@ -19,12 +19,14 @@
<dependency>
<dependency>
<groupId>
net.sf.jasperreports
</groupId>
<groupId>
net.sf.jasperreports
</groupId>
<artifactId>
jasperreports
</artifactId>
<artifactId>
jasperreports
</artifactId>
<version>
6.18.1
</version>
<version>
6.21.5
</version>
<!-- <version>6.18.1</version>-->
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
net.sf.jasperreports
</groupId>
<groupId>
net.sf.jasperreports
</groupId>
<artifactId>
jasperreports-fonts
</artifactId>
<artifactId>
jasperreports-fonts
</artifactId>
<version>
6.18.1
</version>
<version>
6.21.5
</version>
<!-- <version>6.18.1</version>-->
</dependency>
</dependency>
<!--PDF生成组件-->
<!--PDF生成组件-->
<dependency>
<dependency>
...
...
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