Difference between revisions of "Spring 5 training (Spring guru) - personal notes"

(Created page with "Category:Development I recently (2018) subscribe to an online training related to Spring 5 on Udemy. This page is a sum-up of my personal notes related to Spring 5. =Li...")
 
(intellij config)
Line 18: Line 18:
 
** Templates > Thymeleaf
 
** Templates > Thymeleaf
 
** Ops > actuator
 
** Ops > actuator
 +
 +
 +
=IntelliJ configuration=
 +
 +
Useful plugings:
 +
* File > Settings > Plugins > Browse repositories
 +
** .ignore
 +
** Ideolog

Revision as of 21:33, 7 March 2018


I recently (2018) subscribe to an online training related to Spring 5 on Udemy. This page is a sum-up of my personal notes related to Spring 5.


Links

  • Spring initializr - to generate a quick start project based on the libraries you choose


Very simple web-application

  • Go to Spring initializr
  • Select
    • web > web
    • SQL > JPA
    • SQL > H2
    • Templates > Thymeleaf
    • Ops > actuator


IntelliJ configuration

Useful plugings:

  • File > Settings > Plugins > Browse repositories
    • .ignore
    • Ideolog