# SpringBootExample **Repository Path**: wgl0419/SpringBootExample ## Basic Information - **Project Name**: SpringBootExample - **Description**: SpringBoot - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-08-04 - **Last Updated**: 2024-08-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Getting Started ### Reference Documentation For further reference, please consider the following sections: * [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) * [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/2.5.4/maven-plugin/reference/html/) * [Create an OCI image](https://docs.spring.io/spring-boot/docs/2.5.4/maven-plugin/reference/html/#build-image) * [SpringBoot整合Swagger](https://www.cnblogs.com/byuan/p/14988295.html) * [Swagger2.9.2的NumberFormatException](https://www.jianshu.com/p/4c0f886f4468) * [Spring boot连接MYSQL–详细(小白向)](https://blog.csdn.net/qq_44127187/article/details/111246064) * [MybatisPlus方法详细使用,实现无SQL式开发](https://juejin.cn/post/7127899373245038600) * [四十五图,一万五千字!一文让你走出迷雾玩转Maven!](https://juejin.cn/post/7238823745828405308) * [SpringBoot整合Swagger2](https://blog.csdn.net/m0_62019369/article/details/128585423) * [【SpringBoot整合JWT】](https://blog.csdn.net/weixin_47314924/article/details/130756999) * [万字SpringBoot学习笔记|菜鸟版](https://juejin.cn/post/7254384256280035388) * [黑马程序员SpringBoot3+Vue3全套视频教程,springboot+vue企业级全栈开发从基础、实战到面试一套通关](https://www.bilibili.com/video/BV14z4y1N7pg/) ### more * [java](java.md) * [jvm](jvm.md) * [spring](spring.md) * [Mybatis](Mybatis.md) ### swagger * [已解决:SpringBoot使用Swagger2提示Unable to infer base url错误](https://www.4spaces.org/586.html) http://localhost:8888/swagger-ui.html#/ ### 发送请求unirest * [Unirest-Java](http://kong.github.io/unirest-java/#requests) * [使用Unirest发送POST请求](https://www.jianshu.com/p/e66aa7677a1c) * [http框架--unirest介绍及使用示例](https://blog.csdn.net/penriver/article/details/118360994) ### 序列化gson * [最全Gson使用介绍,通俗易懂](https://zhuanlan.zhihu.com/p/451745696)