-
Spring Guide 공부할 챕터들DEV/Back-end 2016. 2. 2. 18:03
자바 웹 프로젝트를 스프링으로 변환하기 전에, 공부를 해야해서 공식 사이트에 있는 가이드 중 몇가지를 골라서 봐야겠다.
- Building a RESTful Web Service:
Learn how to create a RESTful web service with Spring. - Consuming a RESTful Web Service:
Learn how to retrieve web page data with Spring's RestTemplate. - Accessing Relational Data using JDBC with Spring:
Learn how to access relational data with Spring. - Validating Form Input:
Learn how to perform form validation with Spring. - Building a RESTful Web Service with Spring Boot Actuator:
Learn how to create a RESTful Web service with Spring Boot Actuator. - Working a Getting Started guide with STS:
Learn how to import a Getting Started guide with Spring Tool Suite (STS). - Building an Application with Spring Boot:
Learn how to build an application with minimal configuration.
여기까지가 기본적으로 해야 할 것들.아래는 추가적으로 할 공부들.- Application development with Spring Boot + JS:
See how to rapidly create rich apps with Spring Boot CLI + Javascript - Building REST services with Spring:
Learn how to easily build, test, and secure RESTful services with Spring - Spring Boot and OAuth2:
A tutorial on "social" login and single sign on with Facebook and Github
- Building a RESTful Web Service: