# SpringBootBook **Repository Path**: xiaohaoxing96/SpringBootBook ## Basic Information - **Project Name**: SpringBootBook - **Description**: A SpringBoot Practice with the book. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SpringBootBook A SpringBoot Practice with the book<Spring Boot 企业级应用实战>. ## 当前涉及知识点: 1. [Spring Boot](https://spring.io/projects/spring-boot) 2. [Spring MVC](https://docs.spring.io/spring/docs/current/spring-framework-reference/web.html#mvc) 3. [Spring JPA](https://spring.io/projects/spring-data-jpa) 4. [Thymeleaf](https://www.thymeleaf.org/) ## 项目构建: ``` bash gradle build ``` ## 项目部署: ``` bash java -jar build/libs/SpringBootBook-1.1.0.RELEASE.jar ``` ## 项目运行路径: ``` http://localhost:8081/users ```