hongjli
2025-04-14 e8897ca90f891f472a263f7e5738d1d0026207a1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
server:
  port: 8080
  servlet:
    context-path: /api
 
spring:
  application:
    name: weiwojc
  profiles:
    active: dev
 
logging:
  level:
    root: INFO
    com.weiwojc: DEBUG