摘要: GraphQL 官网 https://graphql.org/ 教程 https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/ https://github.com/graphql-java/tutorials/ 阅读全文
posted @ 2021-06-27 23:50 WANGHAO229 阅读(148) 评论(0) 推荐(0)
摘要: MySQL 8.0 安装 安装 在Ubuntu20.04上安装MySQL8.0及正确配置[已验证] sudo apt-get update #更新源 sudo apt-get install mysql-server #安装 systemctl status mysql 远程登录 GRANT ALL 阅读全文
posted @ 2021-06-27 23:29 WANGHAO229 阅读(59) 评论(0) 推荐(0)