카테고리 없음
View 환경설정
parkrams
2023. 3. 26. 19:52
728x90
23-3-26 버전 업데이트 문제로 새로 시작함
스프링 부트가 제공하는 Welcome Page 기능
- 'static/index.html'을 올려두면 Welcome Page 기능을 제공
- https://docs.spring.io/spring-boot/docs/2.4.13/reference/html/spring-boot-features.html#boot-features-spring-mvc-welcome-page
thymeleaf 템플릿 엔진 << 타임리프 엔진을 넣으면 루프를 넣거나 바꿀 수 있다.
- thymeleaf 공식 사이트 : https://www.thymeleaf.org/
- 스프링 공식 튜토리얼 : https://spring.io/guides/gs/serving-web-content/
- 스프링 부트 메뉴얼 : https://docs.spring.io/spring-boot/docs/2.4.13/reference/html/spring-boot-features.html#boot-features-spring-mvc-template-engines
인텔리 제이 내 Usages 힌트 해제 하는 방법
- file -> settings -> Editor -> Inlay Hints -> Usages를 체크해제
- usage 제거 후 알고싶은애만 ctrl + 클릭 하면 usages가 보인다. 또는 alt+F7로도 볼 수 있다.
728x90