由springboot2/react-native/spring-security/jwt实现登录注册功能的RN app源代(app前端后台完整源代码)

RN app源代码做了登录与注册的功能,集成了springboot2,react-native, spring-security,jwt

-------- 源代码--------

前端https://github.com/phelpsyacht/react-springboot2-app
后台https://github.com/phelpsyacht/springboot2-react-app-spring-security

---------运行环境--------

代码在Ubuntu16.04 Android Studio下运行成功

运行环境:
*jdk>=1.8
*maven>=3.3.9
*springboot>=2.0.1~
*mysql>=5.7
*eclipse
buildToolsVersion = “27.0.3”
minSdkVersion = 16
compileSdkVersion = 27
targetSdkVersion = 26
supportLibVersion = “27.1.1”
com.android.tools.build:gradle:3.1.4
gradleVersion: 4.4

更多细节请自行完善

你可能感兴趣的:(springboot)