DEV/Back-end

Spring Guide 공부할 챕터들

young.gratia 2016. 2. 2. 18:03

https://spring.io/guides

자바 웹 프로젝트를 스프링으로 변환하기 전에, 공부를 해야해서 공식 사이트에 있는 가이드 중 몇가지를 골라서 봐야겠다.



  1. Building a RESTful Web Service
    Learn how to create a RESTful web service with Spring.
  2. Consuming a RESTful Web Service
    Learn how to retrieve web page data with Spring's RestTemplate.
  3. Building Java Projects with Gradle
    Learn how to build a Java project with Gradle.
  4. Building Java Projects with Maven
    Learn how to build a Java project with Maven.
  5. Accessing Relational Data using JDBC with Spring
    Learn how to access relational data with Spring.
  6. Validating Form Input
    Learn how to perform form validation with Spring.
  7. Building a RESTful Web Service with Spring Boot Actuator
    Learn how to create a RESTful Web service with Spring Boot Actuator.
  8. Serving Web Content with Spring MVC
    Learn how to create a web page with Spring MVC.
  9. Working a Getting Started guide with STS
    Learn how to import a Getting Started guide with Spring Tool Suite (STS).
  10. Building an Application with Spring Boot
    Learn how to build an application with minimal configuration.

여기까지가 기본적으로 해야 할 것들.



아래는 추가적으로 할 공부들.
  1. Application development with Spring Boot + JS
    See how to rapidly create rich apps with Spring Boot CLI + Javascript
  2. Building REST services with Spring
    Learn how to easily build, test, and secure RESTful services with Spring
  3. Spring Boot and OAuth2
    A tutorial on "social" login and single sign on with Facebook and Github