Skip to content
Jinlian(Sunny) Wang edited this page May 9, 2017 · 40 revisions
  1. To kill a process: kill `sudo lsof -t -i:8080`
  2. Run Spring Boot in Command Line: mvn spring-boot:run
  3. Stop Program in Command Line: Ctrl + C
  4. Run Spring Boot in Eclipse: RMC, Run As/Debug As, Spring Boot App
  5. Stop Spring Boot in Eclipse: RMC, Terminate and Remove
  6. Maven Plugin in Eclipse
  7. Offline Mode: mvn -o [goals] Grab dependencies for offline: mvn dependency:go-offline
  8. Documentation: Spring Boot Reference Guide
  9. Book: Maven: The Complete Reference
  10. Spring Tutorial: Building an Application with Spring Boot
  11. Documentation: Properties & configuration
  12. Spring Tutorial: Routing and Filtering
  13. Pattern: API Gateway by Chris Richardson
  14. Various MicroService Patterns: A pattern language for microservices by Chris Richardson
  15. Design Pattern: Pattern: Backends For Frontends by Sam Newman
  16. Design Pattern: Backends For Frontends @ SoundCloud
  17. Documentation: Spring Cloud Netflix
  18. Design Pattern: Implementing API Gateway pattern with Netflix Zuul and Spring Cloud
  19. Spring Tutorial: Centralized Configuration
  20. Spring Tutorial: Service Registration and Discovery
  21. Spring Tutorial: Circuit Breaker through Hystrix
  22. Hystrix/Turbine Article:Hystrix / Monitor Dashboard and Turbine and many other spring cloud articles byRyan J. Baxter
  23. Hystrix/Turbine Article:Spring Cloud With Turbine
  24. Spring Tutorial: Tracing In Microservices With Spring Cloud Sleuth
  25. Spring Dependency Injection by PanKaj at http://www.journaldev.com/
  26. Spring @Autowired Annotation
  27. logback.xml Example
  28. Spring Boot - Loading Initial Data
  29. Spring Data JPA Tutorial using Spring Boot
  30. Spring Tutorial by Java Point
  31. Creating a Batch Service
  32. Spring Data JPA Documentation
  33. Configuring PostgreSQL
  34. Spring Tutorial by TutorialsPoint
  35. Java Custom Annotations Example
  36. Aspect Oriented Programming With Spring Boot
  37. Spring Bean Life Cycle Tutorial - by Arvind Rai
  38. Spring 4 MVC+AngularJS CRUD Example using $http service

Clone this wiki locally