commit | b4fbcdfe8a817d1b27d0578795ebd92ebc2d5816 | [log] [tgz] |
---|---|---|
author | wuchimedes <w2038234690@163.com> | Fri Jun 06 20:08:27 2025 +0800 |
committer | wuchimedes <w2038234690@163.com> | Fri Jun 06 20:08:27 2025 +0800 |
tree | 4e0979fb6882c1f30605c03b3d20eff4f01f5fd4 | |
parent | 7f16eef324864cf7145354ac3a336bcfc9239ae4 [diff] [blame] |
add CORS Change-Id: Ia5081c931dfae660ccdf2737ce3a032e71363225
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9c851a3..dbde0cf 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties
@@ -4,6 +4,8 @@ spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.sql.init.mode=always #logging.level.root=DEBUG +server.address=0.0.0.0 +server.port=8080 mybatis-plus.mapper-locations=classpath*:/mapper/**/*.xml