CpuApi:Spring后端CRUD服务器 源码
中央处理器 Spring后端CRUD服务器 Spring Boot支持的REST API与我通过学习此技术而创建的2表数据库进行通信。 检查\ mysqlCreateQueries以创建查询。 最初是针对mysql的。 编辑\ target \ application.properties以匹配您的DBMS凭据。 可执行jar为\ target \ CpuApi.jar ,启动脚本为\ target \ start.bat 。 tl; dr主要功能(或更确切地说,解决了问题): 双向1:n关系的JSON处理序列化 (自定义)异常处理 验证 在SocketRepository上自定义findAll 更多tl; dr: 作品:3 检查我的Angular客户端应用程序(花了我更多时间) 启动要求: jre1.8.0_221或更高版本 连接到与模型匹配的数据库
文件列表
CpuApi-master.zip
(预估有个54文件)
CpuApi-master
.project
535B
.gitattributes
66B
mysqlCreateQueries
cpu_schema_socket.sql
2KB
cpu_schema_hibernate_sequence.sql
2KB
cpu_schema_cpu.sql
3KB
DBcreate.txt
0B
src
test
暂无评论