diff --git a/target/aida-0.0.1-SNAPSHOT.jar b/target/aida-0.0.1-SNAPSHOT.jar index 51b0650d..b984dad3 100644 Binary files a/target/aida-0.0.1-SNAPSHOT.jar and b/target/aida-0.0.1-SNAPSHOT.jar differ diff --git a/target/aida-0.0.1-SNAPSHOT.jar.original b/target/aida-0.0.1-SNAPSHOT.jar.original index eacfde8a..12f9e25b 100644 Binary files a/target/aida-0.0.1-SNAPSHOT.jar.original and b/target/aida-0.0.1-SNAPSHOT.jar.original differ diff --git a/target/classes/META-INF/spring-configuration-metadata.json b/target/classes/META-INF/spring-configuration-metadata.json index 42f855e7..c9c480bc 100644 --- a/target/classes/META-INF/spring-configuration-metadata.json +++ b/target/classes/META-INF/spring-configuration-metadata.json @@ -41,6 +41,26 @@ "type": "java.lang.String", "sourceType": "com.ai.da.common.config.FileProperties" }, + { + "name": "file.linux.path", + "type": "java.lang.String", + "sourceType": "com.ai.da.common.config.FileProperties$ElPath" + }, + { + "name": "file.mac.path", + "type": "java.lang.String", + "sourceType": "com.ai.da.common.config.FileProperties$ElPath" + }, + { + "name": "file.sys.path", + "type": "java.lang.String", + "sourceType": "com.ai.da.common.config.FileProperties$ElPath" + }, + { + "name": "file.windows.path", + "type": "java.lang.String", + "sourceType": "com.ai.da.common.config.FileProperties$ElPath" + }, { "name": "spring.security.auth-api", "type": "java.lang.String", diff --git a/target/classes/com/ai/da/common/security/filter/AuthenticationFilter.class b/target/classes/com/ai/da/common/security/filter/AuthenticationFilter.class index c7f70b32..dd4cbb6f 100644 Binary files a/target/classes/com/ai/da/common/security/filter/AuthenticationFilter.class and b/target/classes/com/ai/da/common/security/filter/AuthenticationFilter.class differ