commit | d2dda832a8e957207b2efbf2dc5a0315322a67e2 | [log] [tgz] |
---|---|---|
author | wuchimedes <w2038234690@163.com> | Tue May 13 17:50:46 2025 +0800 |
committer | wuchimedes <w2038234690@163.com> | Tue May 13 17:50:46 2025 +0800 |
tree | dac81fe8c008d79a1fc8d2ca1dc6bd20df144d65 | |
parent | 5d8e390eb0d26c3ccacefa01e89a5ffefef54153 [diff] [blame] |
添加dockerfile,修改torrent表结构,实现原文件名存储,修改post表结构,关联torrent_id Change-Id: Ie82f559d859e378b5991eb90880e95a0ffcf775d
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4a4d894..4e44282 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -3,7 +3,7 @@ spring.datasource.url=jdbc:mysql://localhost:3306/g8backend spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.sql.init.mode=always -logging.level.root=DEBUG +#logging.level.root=DEBUG mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml