记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
董敬伟
liquidnet-bus-v1
Commits
33107bf5
Commit
33107bf5
authored
Mar 22, 2024
by
jiangxiulong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prod platform才能正确的使用 redis 判断环境才算 db
parent
f0c29780
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
7 deletions
+14
-7
application-prod.yml
liquidnet-bus-config/liquidnet-config/application-prod.yml
+1
-1
bootstrap-prod.yml
...rvice-platform-impl/src/main/resources/bootstrap-prod.yml
+1
-1
bootstrap-test.yml
...rvice-platform-impl/src/main/resources/bootstrap-test.yml
+2
-2
bootstrap.yml
...et-service-platform-impl/src/main/resources/bootstrap.yml
+1
-1
sqlmap.properties
...ervice-platform-impl/src/main/resources/sqlmap.properties
+5
-0
SweetMathUtil.java
...et/src/main/java/com/liquidnet/service/SweetMathUtil.java
+3
-1
application-dev.yml
...net-support-eureka/src/main/resources/application-dev.yml
+1
-1
No files found.
liquidnet-bus-config/liquidnet-config/application-prod.yml
View file @
33107bf5
...
...
@@ -33,7 +33,7 @@ liquidnet:
redis
:
queue
:
database
:
254
host
:
r-2zelzzxn2tq82o14g4.redis.rds.aliyuncs.com
host
:
r-2zelzzxn2tq82o14g4
pd
.redis.rds.aliyuncs.com
port
:
6380
password
:
java:SfHY!Z3lW
kylin
:
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/resources/bootstrap-prod.yml
View file @
33107bf5
...
...
@@ -6,7 +6,7 @@ liquidnet:
username
:
user
password
:
user123
eureka
:
host
:
1
72.17.207.189
:7001
host
:
1
27.0.0.1
:7001
# end-prod-这里是配置信息基本值
spring
:
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/resources/bootstrap-test.yml
View file @
33107bf5
# begin-test-这里是配置信息基本值
liquidnet
:
cloudConfig
:
profile
:
test
profile
:
prod
security
:
username
:
user
password
:
user123
eureka
:
host
:
1
72.17.207.177
:7001
host
:
1
27.0.0.1
:7001
# end-test-这里是配置信息基本值
spring
:
...
...
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/resources/bootstrap.yml
View file @
33107bf5
...
...
@@ -2,4 +2,4 @@ spring:
application
:
name
:
liquidnet-service-platform
profiles
:
active
:
dev
active
:
prod
liquidnet-bus-service/liquidnet-service-platform/liquidnet-service-platform-impl/src/main/resources/sqlmap.properties
View file @
33107bf5
...
...
@@ -4,3 +4,8 @@ goblin_order.close.sku=UPDATE goblin_order_sku SET status = ? ,updated_at = ? WH
# ------------------------????----------------------------
kylin_camera_record.insert
=
INSERT INTO kylin_camera_record (camera_record_id, camera_id, person_num) VALUES (?,?,?)
adam_enters.edit
=
UPDATE adam_enters SET `type`=?, `name`=?, mobile=?, id_card=?, is_default=?, updated_at=? WHERE enters_id=?
liquidnet-bus-service/liquidnet-service-sweet/src/main/java/com/liquidnet/service/SweetMathUtil.java
View file @
33107bf5
...
...
@@ -40,7 +40,9 @@ public class SweetMathUtil {
public
static
void
main
(
String
[]
args
)
{
// 演出
getIndex
(
"kylin:performances:id:3593259032328560647540949"
);
// getIndex("kylin:performances:id:3593259032328560647540949");
// getIndex("adam:info:enters:2028906701014466564961253");
getIndex
(
"adam:info:certification:1450202200409261446"
);
// getIndex("kylin:performances:roadShowId:5936345");
// getIndex("kylin:performances:roadShowId:570");
...
...
liquidnet-bus-support/liquidnet-support-eureka/src/main/resources/application-dev.yml
View file @
33107bf5
...
...
@@ -13,7 +13,7 @@ spring:
eureka
:
instance
:
hostname
:
1
72.17.192.42
hostname
:
1
27.0.0.1
preferIpAddress
:
true
health-check-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/health
status-page-url
:
http://localhost:${server.port}${server.servlet.context-path}/actuator/info
...
...
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