# My1stSpringBootThymeleaf **Repository Path**: starglow/My1stSpringBootThymeleaf ## Basic Information - **Project Name**: My1stSpringBootThymeleaf - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-04 - **Last Updated**: 2022-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##1.解决 jar 不能自启动的问题## 在 pom.xml 中增加如下内容 ```java org.springframework.boot spring-boot-maven-plugin ```