# spring boot 脚手架 **Repository Path**: dbcxy/springboot_scaffolding ## Basic Information - **Project Name**: spring boot 脚手架 - **Description**: spring boot 脚手架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring boot 脚手架 #### 项目介绍 spring boot 脚手架 #### 软件架构 软件架构说明 使用springboot微服务架构 db层使用 druid jpa mysql 增删改使用原生jpa-api操作 查询使用entityManager封装工具类传递sql查询 web层使用 thymeleaf jquery bootstrap 登录使用spring security作为安全框架 加入整合activiti 需要在idea 中下载 actiBpm插件 操作流程图 https://www.cnblogs.com/telwanggs/p/7491564.html activiti表结构说明 代码加密方式: public static void main(String [] a) {//密码加密测试 String password = "123"; BCryptPasswordEncoder encoder = new BCryptPasswordEncoder(4); String enPassword = encoder.encode(password); System.out.println(enPassword); } #### 安装教程 项目使用80端口 1. http://127.0.0.1/swagger-ui.html 查看swagger 接口文档与测试 2. http://127.0.0.1/* 项目访问路径 3. http://127.0.0.1/druid/index.html druid监控页面 #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request