Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- KPT회고
- 인프콘 2024
- 개발자 취업
- Spring multimodule
- Python
- 1주일회고
- 항해99
- 개발자부트캠프추천
- infcon 2024
- JavaScript
- 구글 OAuth login
- 취업리부트코스
- 99클럽
- 커스텀 헤더
- @FeignClient
- DesignPattern
- jwttoken
- TiL
- jwt
- 전략패턴 #StrategyPattern #디자인패턴
- 디자인패턴
- 프로그래머스 이중우선순위큐
- 프로그래머스
- 코딩테스트 준비
- 디자인 패턴
- 파이썬
- 빈 충돌
- 빈 조회 2개 이상
- 단기개발자코스
- spring batch 5.0
Archives
- Today
- Total
목록스프링실행 #스프링빌드 #view (1)
m1ndy5's coding blog
View로 서버 잘 돌아가는지 확인하기
/src/main/resources/static에 index.html파일을 만들면 서버를 실행했을 때 index.html에 들어가 있는 내용들이 나온다. https://docs.spring.io/spring-boot/docs/2.3.1.RELEASE/reference/html/spring-boot-features.html#boot-features-webflux-welcome-page It first looks for an index.html file in the configured static content locations. -> static에서 index.html을 먼저 찾는다. 메뉴얼에서 검색하는 방법을 알아두면 좋다. /hello.hellospring/controller/HelloControlle..
백엔드 with java/spring
2023. 3. 7. 22:08