250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 |
30 | 31 |
Tags
- Spring Boot
- Docker
- PostgreSQL
- spring
- SpringBoot
- JDBC
- error
- MSSQL
- ubuntu
- Core Java
- 오픈소스
- AJAX
- 설정
- oracle
- Open Source
- jpa
- Source
- Python
- Tomcat
- maven
- STS
- Eclipse
- myBatis
- Exception
- git
- Thymeleaf
- IntelliJ
- 문서
- JavaScript
- MySQL
Archives
- Today
- Total
헤르메스 LIFE
[Spring Boot] 정적 페이지 로딩 본문
728x90
![]() |
프로젝트 폴더구조 src/main/java : Java Source 폴더 src/main/resource : Resource 폴더 public, static, templates : 정적 Resource 폴더 Default Resource 폴더 정의 public : static : html, css, js, img 등 templates : Thymeleaf, Velocity 등 |
정적 페이지 로딩
https://themewagon.com/theme-category/admin-dashboard/
Free & Premium HTML5 CSS3 Admin Templates | Responsive Dashboard
Searching for free or premium HTML5 dashboard templates? Download responsive HTML5 CSS3 Admin Dashboard Templates. Free for personal and commercial use.
themewagon.com
https://jongminlee0.github.io/2020/03/13/resource/
[SpringBoot] 정적자원관리(Resource handle) - Jongmin's Blog
정적 자원(Static Resource) 정적자원이란 html, css, image, javascript와 같이 컴파일이 필요없는 파일들을 말합니다. 스프링 부트에서 Web MVC 설정을 담당하는 WebMvcAutoConfiguration 클래스는 기본 설정으로 웹
JongMinLee0.github.io
728x90
'Spring Boot Framework' 카테고리의 다른 글
[Spring Boot] Spring Security #02 (0) | 2022.03.02 |
---|---|
[Spring Boot] Spring Security #01 (0) | 2022.03.01 |
[Spring Boot] Multi FileUpload Test (0) | 2022.02.27 |
[Spring Boot] JPA 동시 입력 테스트 (0) | 2022.02.27 |
Common Application Properties (0) | 2022.02.27 |