# springboot **Repository Path**: lapuda/springboot ## Basic Information - **Project Name**: springboot - **Description**: springboot简单脚手架,集成druid,mybatis,分页和通用mapper,事务管理和单元测试都配置好了,tomcat参数做了优化。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2016-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #springboot:spring boot脚手架,基于spring boot 1.4.2 1.集成功能: (1)druid连接池:1.0.26 (2)mybaits:3.2.2 mybatis-spring:1.2.0 (3)mybatis分页插件pagehelper,通用mapper tk.mybatis (4)spring boot 单元测试 (5)spring boot 注解式事务配置 (6)freemark视图 (7)tomcat生产环境参数优化 2.附带test.sql建立数据库,usermessage表示例: 更新和查询,事务回滚测试。 2.发布: 配置文件外置:可以把application.properties放在要运行的jar包同级目录,新建一config目录下。jar包运行时会优先读取这个目录下的配置。 linux下后台运行,就不多说了。