Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 327 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 327 Bytes

spring-go-admin

开始

  • 更改 src/config/settings.json
authHost = 授权服务器地址   
clientId = 客户端id  
basic = 是ClientId与ClientSecret加密串,通过Postman生成即可    
authRedirect = 客户端重定向到你的前端页面地址
authLink = 授权链接

  • npm i

  • npm run dev