ustcwudi

Results 3 comments of ustcwudi

如果有这种需求的话不要用jwt,jwt默认就是无状态的,有状态的建议直接用spring oauth2的token验证接口

我也是,求解决方案

@yiyangest 感谢这个demo,react native 0.20下iOS正常编译运行,安卓我运行后启动时直接退出,android studio显示异常 `Caused by: java.lang.IllegalAccessError: tried to access method android.support.v4.net.ConnectivityManagerCompat.:(Lcom/facebook/react/bridge/ReactApplicationContext;)V from class com.facebook.react.modules.netinfo.NetInfoModule` 后来修改build.gradle: dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile "com.android.support:appcompat-v7:23.0.1" //edit this compile "com.facebook.react:react-native:+"...