From the course: HTMX with Thymeleaf in Spring Boot

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Install and set up HTMX in a Thymeleaf Spring Boot project

Install and set up HTMX in a Thymeleaf Spring Boot project - Spring Boot Tutorial

From the course: HTMX with Thymeleaf in Spring Boot

Install and set up HTMX in a Thymeleaf Spring Boot project

- [Instructor] We'll be using our project files for this assignment 02_01_begin. Please open this in IntelliJ. And select records management. Click open. You may need to pause the video while your project is loading. Next, click the dropdown menu next to the update inspection profile. Select edit configurations, then click the plus icon and select Maven. On the command line, type clean install, and for the name type Maven clean install. We'll click apply. Then click the plus icon again, select Maven. This time we'll type spring boot. Select the run option. Again for the name, we'll just call it spring-boot:run. Click apply and okay. This will create a configuration that we can use for quickly cleaning and building the project. Go ahead and click the run icon for spring boot run. As we can see, the application is being built and started up. We'll click the stop icon for now, but we will use this quite a bit more throughout the series. Okay, next, let's get started with adding HTMX…

Contents