1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

书籍收藏前端部分完成

This commit is contained in:
2022-04-05 20:45:13 +08:00
parent cf26e925d9
commit 4e3d44ada8
8 changed files with 154 additions and 10 deletions

View File

@@ -4,6 +4,9 @@ server.port=8090
# api基础路径
server.servlet.context-path=/api
# UTC时区
spring.jackson.time-zone=GMT+8
# mybatis
mybatis.mapperLocations=classpath:mapping/*.xml