application.properties ( 기본 )
문법: key=value
예) server.port=8090
application.yml
문법: key: value
예) server:
port: 8090
'Framework > SPRING BOOT' 카테고리의 다른 글
Restful 서비스 ( REST 방식 이용한 웹 개발 ) (0) | 2023.09.25 |
---|---|
@Value (0) | 2023.09.25 |
HandlerInterceptor (0) | 2023.09.25 |
file upload (0) | 2023.09.25 |
@RestController (0) | 2023.09.25 |