# springbootDemo **Repository Path**: hupeng0518/springbootDemo ## Basic Information - **Project Name**: springbootDemo - **Description**: 基于springboot + springsecurity + jdbcTemplate + thymeleaf +swagger 的一套网站展示+微服务架构。 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-08-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README - 作者:胡鹏 - 创建时间:2017-8-17 13:12:00 - 基于springboot + spring security + jdbcTempalte + thymeleaf + swagger 的一套网站展示+微服务快速开发架构 - springbootDemo - 介绍: - tip 1. web为网页展示端; 2. microService为数据服务端; 3. sql目录下为建表脚本,只有用户表。 - web 1. template 有三个页面分别为:index,index2,login 默认进入index无需访问权限,index2则需要登陆会直接跳到login页面; 2. 登陆成功后index2实际为 内嵌iframe 地址为:127.0.0.1:8888/microService/swagger-ui.html#/ 即为swagger组件的接口文档页面; 3. template为页面模板文件,有搭建页面的基本依赖等。 - microService 1. Swagger2下设置接口文档映射路径; 2. action为路径映射入口进行参数基本校验和返回数据包装和加入返回信息等; 3. service进行数据逻辑功能处理; 4. dao进行实际数据语句处理。 5. util类中为提供的公有类,其中commonDao为封装进行数据库操作方法,commons为全局公有字段定义类,mydatetimeutils为时间处理类,mystringutils为字符串处理类; 6. exception 为全局异常集中处理类。 7. schedule 执行定时任务