plusone-admin/README.md

21 lines
734 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# PlusoneAdmin
后台管理系统 +1
本仓库是后端部分,使用 Spring Boot 2.X 进行开发,对前端提供接口。
简单落地 DDD。
- JDK 17
- 主要使用 Spring JDBC 的 NamedParameterJdbcTemplate 进行数据的查询和持久化,因为感觉有更多的自由度。可以根据 ResultSet任意按照需要的方式实例化 Entity。MyBatis 在某些地方用于查询。
- 数据库使用的是 PostgreSQL
- 权限管理使用的是 Sa-Token使用 Redis 共享 Session。
- 短信服务使用的是腾讯云的 SMS 服务。后续将其解耦,使实现等各方面可替换为阿里云或其它 SMS 服务。
目前项目还没完成,开发中……
相关的文档和介绍完善中……