# springboot-freemarker **Repository Path**: mybug/springboot-freemarker ## Basic Information - **Project Name**: springboot-freemarker - **Description**: 包含框架有:SpringBoot、SpringMVC、MyBaits、Bootstrap3、Druid、Freemarker;有完整的UI、增删改查及分页,防SQL注入、XSS攻击拦截等 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 35 - **Created**: 2019-05-22 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot-freemarker 介绍 #
它是一个典型的MVC三层框架,快速简单的上手。
#### springboot-freemarker + 包含框架有:SpringBoot、SpringMVC、MyBaits、Bootstrap3、Druid、Freemarker; + 集成示例有:增删改查及分页;防XSS、SQL注入; #### 数据库配置 + 默认是连接的MySQL数据库,支持多数据源,分别连接的db1,db2 ,在项目工程的db文件夹下有数据库初始化脚本; + 如果切换至sqlite数据库时,则application.properties当中的mybatis分页插件需要改成支持sqlite; #### 示例启动 + 启动工程; + 运行cn.springboot.Application当中的main方法; + 浏览器访问http://localhost:8090, 测试账号是admin/123456,即可看示例效果; [GitHub](https://github.com/wangxinforme) [issues](https://github.com/wangxinforme/springboot-freemarker/issues)