Spring
Spring - 라이브러리 경로 설정
우가본
2024. 7. 17. 14:54
->PC마다 경로를 동일하게 잡아줘야 함. 노트북에서 작업할 때는 안될 수도 있음.!
새로 넣을 경우,
<dependencies>
<!-- https://mvnrepository.com/artifact/org.springframework/spring-web -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.0.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.springframework/spring-webmvc -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.0.0</version>
</dependency>
</dependencies>
-> pom.xml에 넣기