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
6e1822bc
Commit
6e1822bc
authored
Mar 02, 2026
by
tanghao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into dev
# Conflicts: # admin/src/main/resources/application-dev.yml
parents
be99b262
b2ba82ac
Hide 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 @
6e1822bc
...
...
@@ -9,7 +9,7 @@ ximai-mes:
# 实例演示开关
demoEnabled
:
true
# 文件路径 示例( Windows配置D:/ximai/uploadPath,Linux配置 /home/ximai/uploadPath)
profile
:
D
:/code/upload
profile
:
E
:/code/upload
# 获取ip地址开关
addressEnabled
:
false
# 验证码类型 math 数组计算 char 字符验证
...
...
@@ -56,7 +56,7 @@ spring:
druid
:
# 主库数据源
master
:
url
:
jdbc:mysql://localhost:330
8
/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
password
:
123456
# 从库数据源
...
...
mes/pom.xml
View file @
6e1822bc
...
...
@@ -19,12 +19,14 @@
<dependency>
<groupId>
net.sf.jasperreports
</groupId>
<artifactId>
jasperreports
</artifactId>
<version>
6.18.1
</version>
<version>
6.21.5
</version>
<!-- <version>6.18.1</version>-->
</dependency>
<dependency>
<groupId>
net.sf.jasperreports
</groupId>
<artifactId>
jasperreports-fonts
</artifactId>
<version>
6.18.1
</version>
<version>
6.21.5
</version>
<!-- <version>6.18.1</version>-->
</dependency>
<!--PDF生成组件-->
<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