# spring-boot-demo **Repository Path**: chenzz/spring-boot-demo ## Basic Information - **Project Name**: spring-boot-demo - **Description**: spring boot,gradle,maven,thymeleaf,测试等实践 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: maven-pom - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-07 - **Last Updated**: 2025-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Getting Started # Spring Security encode Password ### 接口快速测试方法 在浏览器开发者工具找到请求的接口, 右键``copy as cURL(bash)``, 导入此脚本到apiFox或者postMan ---------------------------------- ```dtd // encode 8*8 password is $2a$10$/naLCEZb/L.MxSdYxOR6yOr0VZkgEb9zkdt1ee8pLiuQWWpYgSAcC ``` ### 说明 - 使用mybatis-plus简化操作,单表操作直接通过Service中方法实现 - 框架会根据实体类自动建表 - mybatis-plus基本操作示例 - Swagger访问地址`http://localhost:9999/swagger-ui/index.html` ### Guides The following guides illustrate how to use some features concretely: * [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/) * [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/) * [Building REST services with Spring](https://spring.io/guides/tutorials/bookmarks/) ### Additional Links These additional references should also help you: * [Gradle Build Scans – insights for your project's build](https://scans.gradle.com#gradle)