Administrator
4 days ago 04063bcb7b9e9d8e0242c1313f54ccc1b71f0b6e
1
2
3
4
5
6
7
8
9
10
11
12
13
server:
  port: 8888
  servlet:
    context-path: /
 
spring:
  devtools:
    restart:
      enabled: false
 
logging:
  level:
    com.xcong.excoin.modules.okxApi: INFO