文件名称:spring-security-react-ant-design-polls-app:使用Spring Boot,Spring Security,JWT,React和Ant Design构建的全栈轮询应用程序
文件大小:588KB
文件格式:ZIP
更新时间:2024-02-20 03:01:15
react mysql jwt database spring-boot
使用Spring Boot,Spring Security,JWT,React和Ant Design构建类似于Twitter民意测验的Full Stack Polls应用程序 讲解 我在CalliCoder博客上为此应用程序编写了完整的教程系列- 设置Spring Boot Back end app(polling-app-server)的步骤 克隆应用 git clone https://github.com/callicoder/spring-security-react-ant-design-polls-app.git cd polling-app-server 创建MySQL数据库 create database polling_app 根据您MySQL安装更改MySQL用户名和密码 打开src/main/resources/application.properties文件。 根据您的mysql安装更改spring.datasource.username和spring.datasource.password属性 运行应用 您可以通过键入以下命令来运行spring boot