코딩기록
230601 [Spring BOOT] 14 이어서 본문
# static file
spring.mvc.static-path-pattern=/resources/**
이렇게 해야 static 으로 연결한다.
관점지향형
주요부분에 서있다가 검사하는것
(session)
컨트롤러에 서있다가 세션로그인 있어? 없어?
@Configuration // 이게 있어야 설정 클래스로 인식 한다.
오버라이드
file system
파일용량
'study' 카테고리의 다른 글
| 230607 [Spring BOOT] 암호화, External Library(로그인 까지) (0) | 2023.06.07 |
|---|---|
| 230605 [Spring BOOT] build, war&jar , 암호화, (0) | 2023.06.05 |
| 230601 [Spring BOOT] 13_Login - Properties (0) | 2023.06.01 |
| 230531 [Spring BOOT] 12_api (0) | 2023.05.31 |
| [Spring Boot] 1일차 01~05.Mybatis (0) | 2023.05.24 |