xiaoyong931011
2021-08-18 83cf3aeb3a5591f49b010696c8e5d7cca674d9fd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
spring:
  profiles:
    active: @package.environment@
  application:
    name: gc-user
 
 
 
server:
  port: 9084
 
 
info:
  app:
    name: 用户服务
 
 
#定时同步登录时间
cron:
  loginTime: 0 0 0 * * ?