728x90

๐Ÿ–ฅ๏ธ Web Development Study/Back-End 3

[Back-End] ์Šคํ”„๋ง ์ž…๋ฌธ :: Build, ์‹คํ–‰

IntelliJ ๊ฐ€ ์•„๋‹Œ ์„œ๋ฒ„์— ์˜ฌ๋ฆด ์ˆ˜ ์žˆ๋Š” jar ํŒŒ์ผ๋กœ ๋นŒ๋“œ๋ฅผ ํ•ด๋ณด์ž. 1. cmd ์—์„œ project ํด๋”๋กœ ์ด๋™ํ•˜๊ธฐ 2. gradle build ํ•˜๊ธฐ./gradlew build 3. ์ƒ์„ฑ๋œ java ํŒŒ์ผ์ด ์žˆ๋Š” ๊ณณ์œผ๋กœ ์ด๋™ํ•ด์„œ jar ํŒŒ์ผ ์‹คํ–‰ํ•˜๊ธฐ cd build/libsjava -jar hello-spring-0.0.1-SNAPSHOT.jar ๋—๋—๋—. ์„œ๋ฒ„์— ์š” jar ํŒŒ์ผ ๋„ฃ๊ณ  ์‹คํ–‰ํ•ด์ฃผ๋ฉด ๋˜‘๊ฐ™์ด ๋™์ž‘ํ•œ๋‹ค๊ณ ..!

[Back-End] ์Šคํ”„๋ง ์ž…๋ฌธ :: View ํ™˜๊ฒฝ ์„ค์ •

1. Welcome page ๋งŒ๋“ค๊ธฐstatic ์ด๋ผ๋Š” ์ •์ ํด๋” ๋ฐ‘์— index.html ์ด๋ผ๋Š” ์ด๋ฆ„์˜ ํŒŒ์ผ์„ ๋งŒ๋“ค์–ด์ฃผ๋ฉด ์ž๋™์œผ๋กœ welcome page ๊ธฐ๋Šฅ์„ ์ œ๊ณตํ•œ๋‹ค. https://docs.spring.io/spring-boot/reference/web/servlet.html Servlet Web Applications :: Spring BootFor servlet application, Spring Boot includes support for embedded Tomcat, Jetty, and Undertow servers. Most developers use the appropriate “Starter” to obtain a fully configured instance. By default, t..

[Back-End] ์Šคํ”„๋ง ์ž…๋ฌธ :: ํ™˜๊ฒฝ ์…‹ํŒ…(Java, IntelliJ, Spring Boot Starter)

#1๊ฐ•_ํ™˜๊ฒฝ์„ค์ • 1) Java Installhttps://www.oracle.com/java/technologies/downloads/#jdk22-windows Download the Latest Java LTS FreeSubscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.www.oracle.com 2) IntelliJ Installhttps://www.jetbrains.com/help/idea/installation-guide.html#toolbox Install IntelliJ IDEA | IntelliJ IDEA www.jetbrains.com=> ..

728x90