Develop simple board

This commit is contained in:
kimyonghwa
2019-05-09 19:43:48 +09:00
18 changed files with 201 additions and 77 deletions

View File

@@ -5,7 +5,6 @@ import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
@Slf4j