随笔分类 -  后端开发

SpringBoot框架,Mybatis Plus。 Flask框架。
摘要:一、WSGI(Python web服务器网关接口) WSGI(Web Server Gateway Interface),翻译为Python web服务器网关接口,即Python的Web应用程序(如Flask)和Web服务器(如Nginx)之间的一种通信协议。也就是说,如果让你的Web应用在任何服务 阅读全文
posted @ 2022-04-14 15:19 Mystogan 阅读(5816) 评论(0) 推荐(1)
摘要:一、打包springboot项目 SpringBoot项目部署到阿里云服务器部署过程(图文详解) https://www.geek-share.com/detail/2779874180.html (打包后,cd到目录夹下,使用命名 java -jar demo2.jar启动项目) http://w 阅读全文
posted @ 2021-09-27 11:10 Mystogan 阅读(934) 评论(0) 推荐(0)
摘要:一、MyBatis Plus 官方文档: https://mp.baomidou.com/guide/crud-interface.html#update 国产的开源框架,基于 MyBatis 核心功能就是简化 MyBatis 的开发,提高效率。 二、MyBatis Plus 快速上手 Spring 阅读全文
posted @ 2021-09-27 11:01 Mystogan 阅读(753) 评论(0) 推荐(0)