记得上下班打卡 | 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
7f724010
Commit
7f724010
authored
Mar 30, 2022
by
GaoHu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户倒序
parent
c426db00
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
bootstrap-client-admin-web.yml
...min-web/src/main/resources/bootstrap-client-admin-web.yml
+4
-4
bootstrap-dev.yml
...net-client-admin-web/src/main/resources/bootstrap-dev.yml
+1
-1
application-dev.yml
liquidnet-bus-config/liquidnet-config/application-dev.yml
+1
-0
SmileUserMapper.xml
...es/com/liquidnet/service/smile/mapper/SmileUserMapper.xml
+1
-1
No files found.
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/bootstrap-client-admin-web.yml
View file @
7f724010
...
...
@@ -10,9 +10,9 @@ spring:
cloud
:
config
:
# uri: http://127.0.0.1:7002/support-config
#
uri: http://39.107.71.112:7002/support-config
uri
:
http://39.107.71.112:7002/support-config
name
:
${spring.application.name},${spring.application.name}-druid
#默认为spring.application.name
profile
:
${liquidnet.cloudConfig.profile}
discovery
:
enabled
:
true
service-id
:
liquidnet-support-config
#
discovery:
#
enabled: true
#
service-id: liquidnet-support-config
liquidnet-bus-client/liquidnet-client-admin/liquidnet-client-admin-web/src/main/resources/bootstrap-dev.yml
View file @
7f724010
...
...
@@ -6,7 +6,7 @@ liquidnet:
username
:
user
password
:
user123
eureka
:
host
:
39.107.71.112
:7001
host
:
172.0.0.1
:7001
# end-dev-这里是配置信息基本值
spring
:
...
...
liquidnet-bus-config/liquidnet-config/application-dev.yml
View file @
7f724010
...
...
@@ -79,6 +79,7 @@ liquidnet:
host
:
39.107.71.112
port
:
6379
password
:
3Xa%8p
# goblin:
# dbs: 0,256
# database: 255
...
...
liquidnet-bus-do/liquidnet-service-smile-do/src/main/resources/com/liquidnet/service/smile/mapper/SmileUserMapper.xml
View file @
7f724010
...
...
@@ -48,8 +48,8 @@
<if
test=
"phone!='' and phone !=null"
>
AND phone Like concat('%',#{phone},'%')
</if>
</where>
ORDER BY id desc
</select>
<select
id=
"pageUser"
parameterType=
"int"
resultType=
"com.liquidnet.service.smile.entity.SmileUser"
>
select * from smile_user
...
...
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