Spring Framework

April 2020 ยท 1 minute read

thymeleaf

IDEA support

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">

xmlns:th is needed.

RUN

Click the run gutter icon at left side of main function.

debug

java -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n -jar target/myproject-0.0.1-SNAPSHOT.jar