728x90
반응형
****** 필요한 JAR 넣기
commons-logging-1.2.jar
spring-aop-5.3.20.jar
spring-beans-5.3.20.jar
spring-context-5.3.20.jar
spring-core-5.3.20.jar
spring-expression-5.3.20.jar
jar 파일의 위치는
D:\Spring\spring-framework-5.3.23\libs
이쪽에서 골라서 넣으면 됨
예외적으로 commons-logging-1.2.jar는
D:\Spring\commons-logging-1.2
여기에 있음!
jar 다 넣고 build path add build 해줘야함
******encoding으로 한국어 맞춰주기 UTF-8
*********pom.xml에 Spring Context 중간에 끼워 넣기
728x90
반응형
'Spring, Springboot' 카테고리의 다른 글
5월 8일자 수업 Spring Boot 스프링 JPA <chapter03 > (0) | 2023.05.08 |
---|---|
5월 3일자 수업 react (0) | 2023.05.04 |
의존 객체 주입 (constructor-arg, property) 개념 (0) | 2023.04.07 |
스프링 calc계산 (0) | 2023.04.07 |
[Spring] 설치하기 (0) | 2023.04.04 |