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 | 29 |
| 30 |
Tags
- 코딩도장
- LINUX MASTER
- Machine Learning
- Python
- Spring Boot
- OSS
- Web
- Spring
- Database
- colab
- Rocky Linux
- suricata
- Powershell
- git
- C언어
- 인터넷의이해
- KAKAO
- VSCode
- Docker
- ICT멘토링
- 국가과제
- cloud
- 고등학생 대상
- GoogleDrive
- Resnet
- API
- rnn
- 크롤링 개발
- Github
- ChatGPT
Archives
- Today
- Total
목록Templates (1)
코딩두의 포트폴리오
static vs templates
스프링부트 프로젝트의 src/main/resources 디렉토리에는 static과 templates 존재 디렉토리 구조src├── main│ ├── java│ ├── resources│ │ ├── static│ │ │ ├── css│ │ │ │ └── style.css│ │ │ ├── js│ │ │ │ └── script.js│ │ │ └── images│ │ │ └── logo.png│ │ ├── templates│ │ │ └── index.html│ │ └── application.properties└── test static정적인 리소스 파일(CSS, JS, 이미지 등)을 저장스프링..
2024 Tourism Data Utilization Contest/Spring Boot 2
2024. 6. 27. 14:36
