Webinar Recording: Spring Boot and IntelliJ IDEA 14.1
A few days ago we had a pleasure to host a live webinar with Stéphane Nicoll of Pivotal, one of core Spring and Spring Boot developers. In this one hour hands-on coding session Stéphane gave an introduction into Spring Boot and its support in the newly-released IntelliJ IDEA 14.1 by building a simple web application.
If you couldn’t make it to the webinar, you can watch its recording anytime, because it’s been made available at our YouTube channel.
In case you want to jump directly to a topic you’re most interested in, here’re a few links:
- Using Spring Initializr from the Project wizard
- Creating a JPA entity and Spring Data repository
- Running a Spring Boot application
- Exposing a repository via Spring Data REST
- Editing application configuration
- Spring application validation
- Defining custom configuration keys
- Creating Spring Boot dedicated Run configuration
- Enabling Spring profiles
- Coding assistance in application configuration files
- Questions
https://www.youtube.com/watch?v=IUb52gHQGLE
The source code of the application developed during the webinar is available on GitHub.
We hope you enjoyed this webinar, and are planning to host some more of them in the foreseeable future, so we’d love to hear from you what other topics and hosts would be interesting to you. Feel free to share your comments and feedback in the comments!
Develop with Pleasure!
Mark T. Kennedy says:
April 3, 2015any plans for scala/sbt support in start.spring.io?
Mario Arias says:
April 6, 2015start.spring.io isn’t from JetBrains but from Pivotal and AFAIK they are not interested on supporting Scala/SBT.
The Spring-Scala project was officially put out of maintenance life by Pivotal 2 months ago
“Note that Spring Scala is currently not maintained by Pivotal, as such there will be no further releases nor bug fixes coming from Pivotal.”
guisim says:
May 14, 2015Does this work with IntelliJ IDEA Community edition?
Andrey Cheptsov says:
May 20, 2015You can develop Spring Boot applications in Community Edition but, without Spring-specific coding assistance.
Kiview says:
May 27, 2015Is there any support for JPA (like ER diagrams) when using Spring-Boot, since there’s no persistence.xml config file available?
陕铭 says:
October 26, 2015Hi,how to refresh my page immediately when my freemarker changed。I run main method,public and templates directory under in resources