Commit ca12f3a1 by guo_minglei@163.com

修改应用配置文件

parent 60571999
......@@ -12,7 +12,7 @@ import javax.servlet.http.HttpServletRequest;
@Component
public class CurrentUserUtils {
@Value("{authentication.user.pub-key}")
@Value("${authentication.user.pub-key}")
private String pubKey;
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