Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
process_engine
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
管理员
process_engine
Commits
56a09d56
Commit
56a09d56
authored
Apr 10, 2019
by
罗绍泽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库变更
parent
49ef9550
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
.gitignore
.gitignore
+2
-0
pom.xml
pom.xml
+1
-1
application.yml
src/main/resources/application.yml
+8
-1
stencilset.json.bak
src/main/resources/stencilset.json.bak
+0
-0
No files found.
.gitignore
View file @
56a09d56
...
...
@@ -2,3 +2,5 @@
*.project
.settings/
target/
.idea/
*.iml
pom.xml
View file @
56a09d56
...
...
@@ -60,7 +60,7 @@
<dependency>
<groupId>
org.apache.tomcat.embed
</groupId>
<artifactId>
tomcat-embed-jasper
</artifactId>
<
scope>
provided
</scope
>
<
!--<scope>provided</scope>--
>
</dependency>
<!-- fastjson -->
<dependency>
...
...
src/main/resources/application.yml
View file @
56a09d56
...
...
@@ -16,7 +16,7 @@ spring:
# driver-class-name: com.mysql.jdbc.Driver
jdbc
:
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://192.168.1.
116
:3306/lcyq_activiti?useUnicode=true&characterEncoding=utf-8
url
:
jdbc:mysql://192.168.1.
249
:3306/lcyq_activiti?useUnicode=true&characterEncoding=utf-8
username
:
lcyq_activiti
password
:
lcyq_activiti
mybatis
:
...
...
@@ -25,6 +25,13 @@ mybatis:
---
spring
:
profiles
:
test
server
:
port
:
8083
jdbc
:
driverClassName
:
com.mysql.jdbc.Driver
url
:
jdbc:mysql://192.168.1.249:3306/lcyq_activiti?useUnicode=true&characterEncoding=utf-8
username
:
lcyq_activiti
password
:
lcyq_activiti
---
spring
:
profiles
:
pro
src/main/resources/stencilset.json.bak
0 → 100644
View file @
56a09d56
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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