From ea3f899593f47c1c6fe708495af0a091a3c73d5f Mon Sep 17 00:00:00 2001 From: Kairlec <sunfokairlec@gmail.com> Date: 星期日, 23 四月 2023 17:08:53 +0800 Subject: [PATCH] fix `Notification is not defined` on Android Webview or under ios16.4 --- src/main/resources/application.yml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 3d7808a..3f47844 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,5 @@ spring: + application: + name: wvp profiles: - active: dev + active: local \ No newline at end of file -- Gitblit v1.8.0