Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
property-management
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
property-management
Commits
c744ec49
Commit
c744ec49
authored
Mar 10, 2022
by
chenjunxiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: server
数据库修改
parent
2618801f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
jeecg-boot-parent/db/jeecgboot-mysql-5.7.sql
+2
-2
jeecg-boot-parent/jeecg-boot-module-system/src/main/resources/application-dev.yml
+1
-1
No files found.
jeecg-boot-parent/db/jeecgboot-mysql-5.7.sql
View file @
c744ec49
CREATE
database
if
NOT
EXISTS
`
jeecg-boo
t`
default
character
set
utf8mb4
collate
utf8mb4_general_ci
;
use
`
jeecg-boo
t`
;
CREATE
database
if
NOT
EXISTS
`
property-managemen
t`
default
character
set
utf8mb4
collate
utf8mb4_general_ci
;
use
`
property-managemen
t`
;
/*
Navicat Premium Data Transfer
jeecg-boot-parent/jeecg-boot-module-system/src/main/resources/application-dev.yml
View file @
c744ec49
...
...
@@ -132,7 +132,7 @@ spring:
connectionProperties
:
druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource
:
master
:
url
:
jdbc:mysql://192.168.1.100:3306/
jeecg-boo
t?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
url
:
jdbc:mysql://192.168.1.100:3306/
property-managemen
t?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username
:
root
password
:
123456
driver-class-name
:
com.mysql.cj.jdbc.Driver
...
...
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