Commit ca12f3a1 by guo_minglei@163.com

修改应用配置文件

parent 60571999
...@@ -12,7 +12,7 @@ import javax.servlet.http.HttpServletRequest; ...@@ -12,7 +12,7 @@ import javax.servlet.http.HttpServletRequest;
@Component @Component
public class CurrentUserUtils { public class CurrentUserUtils {
@Value("{authentication.user.pub-key}") @Value("${authentication.user.pub-key}")
private String pubKey; private String pubKey;
public JwtUserInfo getCurrentUser() { public JwtUserInfo getCurrentUser() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment