| 12345678910111213141516171819 | 
							- spring:
 
-   profiles:
 
-     active: dev
 
- server:
 
-   port: 9876
 
- application:
 
-   process-id: 70010
 
-   incident:
 
-     molit:
 
-       enable: true
 
-       connect-timeout: 10
 
-       read-timeout: 10
 
-       retry-count: 3
 
-       retry-delay: 5
 
-       cron: 0/20 * * * * *
 
-       incident-url: http://openapi.its.go.kr/api/NIncidentIdentity?key=1474512853033&ReqType=2&MinX=127.100000&MaxX=128.890000&MinY=34.100000%20&MaxY=39.100000&type=ex
 
-       event-url: http://openapi.its.go.kr/api/NEventIdentity?key=1474512853033&ReqType=2&Minx=127.100000&MaxX=128.890000&MinY=34.100000&MaxY=39.100000&type=ex
 
 
  |