Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork142
JoeyBling/SpringBoot_MyBatisPlus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
纯jar包集成SpringBoot请参考:bootplus
欢迎使用和Star支持,如使用过程中碰到问题,可以提出Issue,我会尽力完善
wstro├──sql-- 项目SQL语句│├──App-- 项目启动类│├──config-- 配置信息│├──controller-- 控制器| ├──admin-- 后台管理员控制器│├──service-- 业务逻辑接口| ├──impl-- 业务逻辑接口实现类│├──dao-- 数据访问接口│├──entity-- 数据持久化实体类│├──datasources-- 多数据源工具类│├──shiro-- Shiro验证框架│├──task-- Quartz定时任务│├──util-- 工具类| ├──FreeMarker-- 自定义FreeMarker标签│├──resources| ├──mapper-- SQL对应的XML文件| ├──templates-- FreeMarker模版│├──webapp| ├──statics-- 静态资源| ├──upload-- 上传文件| ├──WEB-INF| | ├──templates-- 页面FreeMarker模版
- 核心框架:
Spring Boot 1.5.1
- 安全框架:
Apache Shiro
- 视图框架:
Spring MVC
- 持久层框架:
MyBatis
、MyBatisPlus
- 缓存技术:
EhCache
、Redis
- 定时器:
Quartz
- 数据库连接池:
Druid
- 日志管理:
SLF4J
、Log4j
- 模版技术:
FreeMarker
- 页面交互:
BootStrap
、Layer
等
- 创建数据库wstro,数据库编码为UTF-8
- 执行sql/wstro.sql文件,初始化数据
- 修改application-dev.properties,更新MySQL账号和密码
- 修改application-dev.properties,更改Redis连接信息
- 如果不想要Redis服务,注解掉
RedisConfig.java
的@Configuration
注解 - Eclipse、IDEA运行
App.java
,则可启动项目 - 项目访问路径:http://localhost/admin
- 账号密码:admin/admin
- 多数据源配置:需要自己实现,参考
DataSourceConfig.java
About
SpringBoot集成MyBatisPlus
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.