Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
single-matter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖旭伟
single-matter
Commits
3175771b
Commit
3175771b
authored
Mar 20, 2025
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
邛崃配置文件
parent
fde30909
Pipeline
#2910
canceled with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
4 deletions
+17
-4
single-manager/pom.xml
single-manager/pom.xml
+17
-4
No files found.
single-manager/pom.xml
View file @
3175771b
...
@@ -30,9 +30,6 @@
...
@@ -30,9 +30,6 @@
<profiles>
<profiles>
<profile>
<profile>
<id>
develop
</id>
<id>
develop
</id>
<activation>
<activeByDefault>
true
</activeByDefault>
</activation>
<properties>
<properties>
<profiles.active>
develop
</profiles.active>
<profiles.active>
develop
</profiles.active>
<profiles.filepath>
d:/mortals/app/data
</profiles.filepath>
<profiles.filepath>
d:/mortals/app/data
</profiles.filepath>
...
@@ -72,7 +69,23 @@
...
@@ -72,7 +69,23 @@
<profiles.redis.database>
3
</profiles.redis.database>
<profiles.redis.database>
3
</profiles.redis.database>
</properties>
</properties>
</profile>
</profile>
<profile>
<id>
product
</id>
<properties>
<profiles.active>
product
</profiles.active>
<profiles.filepath>
/mortals/app/data
</profiles.filepath>
<profiles.webSocket>
ws://127.0.0.1:8765/mma
</profiles.webSocket>
<profiles.datasource.uri>
<![CDATA[jdbc:mysql://127.0.0.1:3306/single-matter?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<profiles.datasource.username>
root
</profiles.datasource.username>
<profiles.datasource.password>
xhx@2022
</profiles.datasource.password>
<profiles.redis.uri>
127.0.0.1
</profiles.redis.uri>
<profiles.redis.port>
6379
</profiles.redis.port>
<profiles.redis.username></profiles.redis.username>
<profiles.redis.password>
hotel@2020
</profiles.redis.password>
<profiles.redis.database>
16
</profiles.redis.database>
</properties>
</profile>
</profiles>
</profiles>
...
...
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