我用jhipster(4.14.5)构建了两个微服务应用程序,今天我将两者都更新为5.1.0。使用jhister-registry最后一个docker映像(4.0.0)
所有操作均按预期方式进行,但具有jwt签名的API调用不再起作用。
MyRequestInterceptor
1. Cache $ elements in var $this = $(this);
2. $(this).find('.btn-ok').on('click', function(){ location.href = ....})
JWT的jhipster 5.1.0中有什么新功能?我应该更改算法签名还是解决方法?