team project for growth
#spec
- spring 4.0.0
- java 8
- tomcat 8.5
- MySQL
#test
- TestController > method
- Test server : http://127.0.0.1:8080/blog_project --> "Hello World!!"
- Test contoller : http://127.0.0.1:8080/blog_project/testController --> "TEST CONTROLLER SUCESS!!!!"
- Test Jdbc (MySQL) : http://127.0.0.1:8080/blog_project/testJdbcConnection --> "JDBC CONNECTION SUCCESS!!!"
- Else if test : Junit
#order
- client > filter > dispatcher-servlet > intercepter > controller > service > repository(mapper)
#controller
- @RestController, @Controller
- @RequestMapping, @GetMapping
- ResponseEntity<?>
- DTO or HttpServletRequest (Map)