728x90
springloaded๋?
JVM์ด ์คํ๋๋ ๋์ ํด๋์ค ํ์ผ์ด ๋ณ๊ฒฝ๋๋ฉด ๋ณ๊ฒฝ๋ ์ฌํญ์ ๋ค์ ๋ก๋ํ๊ธฐ ์ํ JVM ์์ด์ ํธ์ด๋ค.
springloaded jar ๋ค์ด๋ก๋
1. ์ฌ์ดํธ ์ ์
mvnrepository.com/artifact/org.springframework/springloaded/1.2.5.RELEASE
2. ๋ค์ด๋ก๋ ๋ฐ๊ธฐ || pom.xml ๋ณต ๋ถ
<!-- https://mvnrepository.com/artifact/org.springframework/springloaded -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>springloaded</artifactId>
<version>1.2.5.RELEASE</version>
</dependency>
3. tomcat server ์ค์ ๋ณ๊ฒฝ
Publishing - Automatically publish when resources change ์ฒดํฌ
Server Options ๋ชจ๋ ์ฒดํฌ๋ฐ์ค ํด์
Open launch configuration์ ํด๋ฆญ
Arguments ํด๋ฆญ
jar ๊ฒฝ๋ก๋ฅผ Arguments์ ์ถ๊ฐ
-javaagent:"๊ฒฝ๋ก/springloaded-1.2.5.RELEASE.jar" -noverify
web Modules - Edit - Edit Web Moudule - Auto reloding enabled ์ฒดํฌ ํด์
์ด๋ ๊ฒ ํ๋ฉด
๊ฐ๋จํ ๋
ํน์
์ฌ๊ฐ: Problems copying method. Incompatible JVM?
์ด๋ฐ ์ค๋ฅ๊ฐ ๋๋ค๋ฉด?
๋ฒ์ ์ ๋ฎ๊ฒ ๋ฐ์๋ณด์ !!
'Spring' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
[File] ํ๋ก์ ํธ ์ธ๋ถ์ ์ด๋ฏธ์ง ๋ถ๋ฌ์ค๊ธฐ (3) | 2021.04.22 |
---|---|
[java] mybatis foreach ๋ค์ค insert (0) | 2021.04.06 |
[eclipse] tomcat server ํ๋ก์ ํธ ์ ํ์ด์๋ ๊ฒฝ์ฐ (0) | 2021.03.22 |
Tomcat server.xml ํ์ผ UTF-8 ์ค์ (0) | 2021.03.18 |
[Spring] Spring Framework ์ด๋ ธํ ์ด์ Annotation ์ ๋ฆฌ (1) | 2020.09.02 |