Eclipse - eunja511005/Tutorial GitHub Wiki
μ΄ν΄λ¦½μ€ μ€ν
μ΄κΈ° νλ‘μ νΈ μ΄κΈ°
μλμ κ°μ΄ maven μλ μ€ν λ¨
μ΄κΈ° νλ‘μ νΈ μ€ν
Hello World μ€ν
package com.eun.tutorial.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class MainController {
@RequestMapping
public String helloWorld() {
return "Hello World!!";
}
}
μ κ· μ΄ν΄λ¦½μ€ μ€μΉ
μν¬μ€νμ΄μ€ : C:\######\workspace
μλμμ± μ€μ
serialVersionUID μλ μμ±
μΈμ½λ© UTF-8 μ€μ
Window > Preferences > General > Workspace
Window > Preferences > Web > CSS
Window > Preferences > Web > HTML
Window > Preferences > Web > JSP