commit | 8ba71e0e79c80d44e8b7ad1940db1c712138bf93 | [log] [tgz] |
---|---|---|
author | Seamher <947211502@qq.com> | Mon Jun 09 22:38:35 2025 +0800 |
committer | Seamher <947211502@qq.com> | Mon Jun 09 22:38:35 2025 +0800 |
tree | e4e4e60664385057b05b94a8e5b60ae65d4067f5 | |
parent | d5a92b7a83bcdfecf9d0364613009847572be3ee [diff] [blame] |
add CORS config; fix /resource/search Change-Id: I3b6b80cd99b0e72e649e8d53b30f87469640c473
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 8b9058d..07ec02f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml
@@ -4,7 +4,7 @@ datasource: url: jdbc:mysql://localhost:3306/mcpt username: root - password: 123456 + password: jpa: hibernate: ddl-auto: none