[release][project]update mvn pom to 0.7.3 and recover llm code,start shell, and docs (#43)

Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
lexluo09
2023-08-30 14:18:52 +08:00
committed by GitHub
parent 4b99736a38
commit 9723c2496e
29 changed files with 503 additions and 131 deletions

View File

@@ -19,7 +19,7 @@ public class AuthenticationConfig {
@Value("${authentication.token.secret:secret}")
private String tokenSecret;
@Value("${authentication.token.http.header.key:Auth}")
@Value("${authentication.token.http.header.key:Authorization}")
private String tokenHttpHeaderKey;