@@ -25,11 +25,6 @@ server:
# 两个请求间隔的最大时间, 超过此时间则会话过期
timeout: 10m
spring:
- threads:
- virtual:
- enabled: true
- application:
- name: auth-service
mvc:
pathmatch:
matching-strategy: ant_path_matcher
@@ -51,10 +51,7 @@
<where>
deleted=0
<if test="status != null">
- and `status` in
- <foreach collection="status" item="id" index="index" open="(" close=")" separator=",">
- #{id}
- </foreach>
+ and `status`=#{status}
</if>
<if test="scope != null">
and scope in
@@ -1,11 +1,6 @@
server:
port: 6000
- name: gateway
cloud:
discovery:
enabled: true