记得上下班打卡 | git大法好,push需谨慎

Commit 7f724010 authored by GaoHu's avatar GaoHu

用户倒序

parent c426db00
......@@ -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
......@@ -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:
......
......@@ -79,6 +79,7 @@ liquidnet:
host: 39.107.71.112
port: 6379
password: 3Xa%8p
# goblin:
# dbs: 0,256
# database: 255
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment