Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
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
hewei
wecloud_im_server
Commits
56d54f54
Commit
56d54f54
authored
Feb 25, 2022
by
Future
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试环境配置
parent
ef0bd607
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
config/src/main/resources/config/application-test.yml
+2
-2
docs/db/feature-cluster增量.sql
+3
-3
No files found.
config/src/main/resources/config/application-test.yml
View file @
56d54f54
...
@@ -15,7 +15,7 @@ spring-boot-plus:
...
@@ -15,7 +15,7 @@ spring-boot-plus:
spring
:
spring
:
datasource
:
datasource
:
url
:
jdbc:mysql://121.37.2
34.35
:3306/wecloud_im_feature_cluster?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
url
:
jdbc:mysql://121.37.2
2.224
:3306/wecloud_im_feature_cluster?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=false&allowPublicKeyRetrieval=true
username
:
root
username
:
root
password
:
temple123456
password
:
temple123456
...
@@ -27,7 +27,7 @@ spring:
...
@@ -27,7 +27,7 @@ spring:
# Redis配置
# Redis配置
redis
:
redis
:
database
:
0
database
:
0
host
:
121.37.2
34.35
host
:
121.37.2
2.224
password
:
temple123456
password
:
temple123456
port
:
6379
port
:
6379
...
...
docs/db/feature-cluster增量.sql
View file @
56d54f54
-- 在f
eature-cluster 2021年12月22日之后,需要执行的的sql增量脚本
-- 在f
eature-cluster 2021年12月22日之后,需要执行的的sql增量脚本
...
@@ -43,7 +43,7 @@ CREATE TABLE `im_friend`
...
@@ -43,7 +43,7 @@ CREATE TABLE `im_friend`
`create_time`
timestamp
NULL
DEFAULT
NULL
COMMENT
'创建时间'
,
`create_time`
timestamp
NULL
DEFAULT
NULL
COMMENT
'创建时间'
,
`update_time`
timestamp
NULL
DEFAULT
NULL
ON
UPDATE
CURRENT_TIMESTAMP
COMMENT
'修改时间'
,
`update_time`
timestamp
NULL
DEFAULT
NULL
ON
UPDATE
CURRENT_TIMESTAMP
COMMENT
'修改时间'
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
,
UNIQUE
KEY
`friend_id`
(
`
fk_client_id`
,
`fk_
client_id_friend`
)
USING
BTREE
UNIQUE
KEY
`friend_id`
(
`
client_id`
,
`
client_id_friend`
)
USING
BTREE
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'好友表'
;
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'好友表'
;
CREATE
TABLE
`im_friend_recommend`
CREATE
TABLE
`im_friend_recommend`
...
@@ -56,7 +56,7 @@ CREATE TABLE `im_friend_recommend`
...
@@ -56,7 +56,7 @@ CREATE TABLE `im_friend_recommend`
`create_time`
timestamp
NULL
DEFAULT
NULL
COMMENT
'创建时间'
,
`create_time`
timestamp
NULL
DEFAULT
NULL
COMMENT
'创建时间'
,
`update_time`
timestamp
NULL
DEFAULT
NULL
ON
UPDATE
CURRENT_TIMESTAMP
COMMENT
'修改时间'
,
`update_time`
timestamp
NULL
DEFAULT
NULL
ON
UPDATE
CURRENT_TIMESTAMP
COMMENT
'修改时间'
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
,
UNIQUE
KEY
`friend_id`
(
fk_client_id
,
fk_
client_id_friend
)
USING
BTREE
UNIQUE
KEY
`friend_id`
(
client_id
,
client_id_friend
)
USING
BTREE
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'好友表'
;
)
ENGINE
=
InnoDB
DEFAULT
CHARSET
=
utf8mb4
COMMENT
=
'好友表'
;
...
...
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