文件名称:social_api
文件大小:732KB
文件格式:ZIP
更新时间:2024-04-18 05:21:18
TypeScript
Spring Boot React OAuth2社交登录演示
设置后端服务器(spring-social)
创建MySQL数据库
mysql > create database spring_social
配置数据库用户名和密码
# spring-social/src/main/resources/application.yml
spring :
datasource :
url : jdbc:mysql://localhost:3306/spring_social?useSSL=false
username :