๋ฐ์ํ Eclipse4 [Spring] log cannot be resolved Error ํ๋ก์ ํธ๋ฅผ ๋์ฐ๋ ๋์ค Problems์์ log cannot be resolved ์๋ฌ๊ฐ ๋ฐ์ํด ์คํ์ด ๋์ง ์์์ต๋๋ค. ํด๊ฒฐ๋ฐฉ์ 1. Maven Dependencies > lombok.jar ํ์ผ ์ค๋ฅธ์ชฝ ๋ฒํผ ํด๋ฆญ > Run As > Java Application ํด๋ฆญ์ผ๋ก jar ์คํ 2. Specify location > ํ์ฌ ์ดํด๋ฆฝ์ค ์์น์ sts.ini ์ ํ > ๋น์นธ์ด์๋ IDEs์ path ์์ฑ 3. Install / Update ํด๋ฆญ 4. Project > Clean > ํด๋นํ๋ก์ ํธ ์ ํ > Clean > restart * Lombok ์ฌ๋ฌ๊ฐ์ง ์ด๋ ธํ ์ด์ ์ ์ ๊ณตํ์ฌ ๋ฐ๋ณต ์์ค์ฝ๋(getter, setter...)๋ฅผ compile ๊ณผ์ ์์ ์์ฑํด์ฃผ๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ ์ฐธ๊ณ : https://parino.. 2022. 6. 3. [SVN] Eclipse SVN Save authentication ์๋ ๋ก๊ทธ์ธ ์คํจ Eclipse SVN ์ฐ๊ฒฐ์ Save authentication ์ฒดํฌ๋ฅผ ํด๋ ์๋ ๋ก๊ทธ์ธ์ด ์๋๋ ํ์์ด ๊ณ์ ๋ฐ์๋์์ต๋๋ค. ํด๊ฒฐ๋ฐฉ์ C:\Users\์ฌ์ฉ์๋ช \AppData\Roaming\Subversion\auth\svn.simple ๊ณ์ ์ ๋ณด๋ฅผ ์ ์ฅํ๋ svn.simple ํด๋๊ฐ ์์นํ ์์ ๊ฒฝ๋ก๋ก ์ง์ ํ์ฌ ์๋ ํ์ผ์ ์ญ์ ํด์ฃผ์ธ์ ์ญ์ ํ ํ ๋ค์ Save authentication ์ฒดํฌ๋ฅผ ํ๋ฉด ์๋ ๋ก๊ทธ์ธ ์ค์ ์ด ์๋ฃ๋ฉ๋๋ค. 2022. 4. 21. [Java] javax.net.ssl.SSLHandshakeException: connection during handshake ์ค๋ฅ ๋ด์ฉ javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake ์์ธ ์๋ฒ์ ํด๋ผ์ด์ธํธ์ SSL/TLS ๋ฒ์ ์ด ๋ง์ง ์์ ๋ฐ์ ๊ณผ๊ฑฐ Tomcat jdk 1.6๋ฒ์ ์ฌ์ฉํ์๋ ์๋ฒ arguments์ '-Dhttps.protocols=TLSv1'๋ฅผ ์ถ๊ฐํ์์ต๋๋ค. ๋ฐฉ์ System.setProperty("https.protocols", "TLSv1.2"); ์ฝ๋์ ์ถ๊ฐ ํ์ฌ๋ Tomcat jdk 1.8์ ์ฌ์ฉํ์ฌ '-Dhttps.protocols=TLSv1'๋ฅผ ์ญ์ ํด์ฃผ์๋๋ ์ ์ ๋์ํ์์ต๋๋ค. ์ฐธ๊ณ : https://sagittariusof85s.tistory.com/158 2022. 3. 23. [Java] jar ํ์ผ ์์ฑํ๊ธฐ (Eclipse / bat ํ์ผ) Java jar ํ์ผ ์์ฑํ๋ ๋๊ฐ์ง ๋ฐฉ๋ฒ์ ์๊ฐํ๋ คํฉ๋๋ค. 1. Eclipse Export ํ์ฉ 2. bat ํ์ผ ์์ฑ 1. Eclipse Export ํ์ฉ Eclipse Export ๊ธฐ๋ฅ์ ํ์ฉํด jar ํ์ผ์ ์์ฑํด๋ด ์๋ค. 1) Eclipse - File - Export 2) 'jar' ๊ฒ์ - 'JAR file' ์ ํ - Next 3) complie ํ ํ์ผ ์ ํ - ์์ฑํ jar ํ์ผ ์ด๋ฆ ์ ๋ ฅ - Finish 4) Eclipse Workspace์ jar ํ์ผ ์์ฑ ์๋ฃ! 2. bat ํ์ผ ์์ฑ ๋ฉ๋ชจ์ฅ์์ java ํ์ผ compile ๋ฐ jar ํ์ผ ์์ฑํ๋ bat ํ์ผ์ ๋ง๋ค์ด๋ด ์๋ค 1) ์๋ก์ด ๋ฉ๋ชจ์ฅ ์ด๊ณ ์ฐฝ ์ฒซ๋ฒ์งธ ์ค :Compile ์ ๋ ฅ :Compile 2) ๋๋ฒ์งธ ์ค "" ์์ Jav.. 2021. 12. 16. ์ด์ 1 ๋ค์ ๋ฐ์ํ