SpringBoot#Restful#RestAPI
-
[SpringBoot] RestAPI 이용해서 "HelloWorld 띄우기"Server/SpringBoot 2019. 11. 7. 15:53
RestAPI 를 이용해 페이지에 "Hello World!" 를 띄워보겠다. 그러기 위해서는 Spring Boot Web Starter를 Gradle에 추가해줘야 하는데 밑에 링크 참조~! https://100winone.tistory.com/4?category=814160 [SpringBoot] Gradle 추가하기 Gradle을 추가해보자 나는 Spring Boot Web Starter 를 추가! https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web/2.2.0.RELEASE Maven Repository: org.springframework.boot.. 100winone.tistory.com 위에 링크 과..