00. Book

가장 빨리 만나는 스프링부트

오뉴 2015. 11. 21. 12:15

http://book.naver.com/bookdb/book_detail.nhn?bid=9202784


예제소스 : https://github.com/gilbutITbook/006815


* 레퍼런스 모음

http://spring.io/projects

http://assets.thoughtworks.com/assets/technology-radar-july-2014-en.pdf

http://dropwizard.github.io/dropwizard/

http://spring.io/guides

https://github.com/spring-projects/spring-boot/tree/master/spring-boot-samples

http://docs.spring.io/spring-boot/docs/1.2.4.RELEASE/reference/html/common-application-properties.html

http://start.spring.io/

http://docs.spring.io/spring-boot/docs/1.2.4.RELEASE/reference/html/using-boot-build-systems.html#using-boot-gradle

http://docs.spring.io/spring-boot/docs/1.2.4.RELEASE/reference/html/common-application-properties.html

https://docs.spring.io/spring/docs/4.1.6.RELEASE/spring-framework-reference/html/testing.html#spring-mvc-test-framework

https://github.com/spring-projects/spring-boot/blog/master/spring-boot-dependencies/pom.xml

https://github.com/spring-projects/spring-plugin/tree/master/propdeps-plugin


* maven 

* STS

* Lombok
http://projectlombok.org/

* curl

* gradle

* Hot Reloading 

1. Jrebel (유료)

2. 스프링 로디드 (무료)


* autoconfigure

http://www.slideshare.net/makingx/spring-boot-java-jsug


* PaaS 헤로쿠

https://www.heroku.com/

https://toolbelt.heroku.com

http://curl.haxx.se/download.html


* PostgreSQL

https://spring.io/understanding/CORS

https://spring.io/guides/gs/rest-service-cors/