All Projects → xuwujing → Springboot Study

xuwujing / Springboot Study

Licence: apache-2.0
SpringBoot学习的相关工程并辅以博文讲解。主要包括入门的Hello World、自定义配置的获取、集成mybatis的xml和注解使用、集成jpa的使用、集成druid进行项目的监控、事物实战使用, 项目打包、使用logback日志文件管理、添加过滤器和拦截器、多数据源、Restful风格的服务、集成elasticsearch、redis、netty、集成jsp和thymeleaf、集成storm、kafka等相关技术。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Springboot Study

Dynamic Data Source Demo
基于事务的读写分离
Stars: ✭ 43 (-95.87%)
Mutual labels:  spring-boot
Flylib Boot
spring boo应用的通用架构(全局异常处理等机制)
Stars: ✭ 45 (-95.68%)
Mutual labels:  spring-boot
Spring Cloud Study
开源书《跟我学Spring Cloud》的配套代码。讨论QQ群:731548893
Stars: ✭ 1,036 (-0.58%)
Mutual labels:  spring-boot
Ssh Shell Spring Boot
Spring shell in spring boot application over ssh
Stars: ✭ 43 (-95.87%)
Mutual labels:  spring-boot
Mini Platform
Mini-Platform致力于更简洁易用的轻量级微服务治理平台。
Stars: ✭ 45 (-95.68%)
Mutual labels:  spring-boot
Ward
Server dashboard
Stars: ✭ 1,026 (-1.54%)
Mutual labels:  spring-boot
Oidc Workshop Spring Io 2019
Workshop at Spring I/O 2019 on "Securing Microservices with OpenID Connect and Spring Security 5.1"
Stars: ✭ 43 (-95.87%)
Mutual labels:  spring-boot
Spring Boot Angular Template
Starter Template to create a OAuth2 secured dockerized Spring Boot 2 Application with Angular 8 Frontend
Stars: ✭ 48 (-95.39%)
Mutual labels:  spring-boot
Spring Boot Microservice Eureka Zuul Docker
Spring-Boot rest microservices using Eureka, Zuul, Docker. Monitoring with logstash, logback, elasticsearch, kibana
Stars: ✭ 45 (-95.68%)
Mutual labels:  spring-boot
Weather
一个天气查询服务:爬取数据、Web服务、小程序展示
Stars: ✭ 46 (-95.59%)
Mutual labels:  spring-boot
Disconf Spring Boot Starter
disconf-spring-boot-starter 让你可以使用spring-boot的方式开发依赖disconf的程序 只需要关心disconfi的配置文件和配置项,省略了编写xml的麻烦
Stars: ✭ 44 (-95.78%)
Mutual labels:  spring-boot
Sentiment Analysis Twitter Microservices Example
A sample application that demonstrates how to build a graph processing platform to analyze sources of emotional influence on Twitter.
Stars: ✭ 45 (-95.68%)
Mutual labels:  spring-boot
One To One Websockets Chat
Building Persistable One-to-One Chat Using Spring Boot and WebSockets
Stars: ✭ 46 (-95.59%)
Mutual labels:  spring-boot
Pacbot
PacBot (Policy as Code Bot)
Stars: ✭ 1,017 (-2.4%)
Mutual labels:  spring-boot
Veronica Open Api
🇪🇨 Rest API de código abierto para la integración con los servicios web del "Servicio de Rentas Internas" del Ecuador
Stars: ✭ 46 (-95.59%)
Mutual labels:  spring-boot
Juniperbot
Fluffy Discord Bot (Music, Ranking, Reminder, Vk Community bridge,WikiFur) created using JDA
Stars: ✭ 43 (-95.87%)
Mutual labels:  spring-boot
Klask Io
klask.io is an open source search engine for source code, live demo
Stars: ✭ 45 (-95.68%)
Mutual labels:  spring-boot
Flips
Repository for feature flip library which provides various annotations to flip any feature. Works with Java8, Spring, Spring Boot
Stars: ✭ 48 (-95.39%)
Mutual labels:  spring-boot
Danyuan Application
初学者 spirng-boot版本
Stars: ✭ 47 (-95.49%)
Mutual labels:  spring-boot
Springboot Project
这是一个用SpringBoot+JPA打造的基于微信服务号平台的点餐系统的后端,前端是一个使用Vue.js构建的运行于微信公众号的WebApp。前后端完全分离,前后端之间通过RESTful风格的接口相连。
Stars: ✭ 1,034 (-0.77%)
Mutual labels:  spring-boot

springBoot-study

springBoot-study 是本人在学习SpringBoot的一些工程!

下载地址

GitHub工程地址:https://github.com/xuwujing/springBoot-study

码云工程地址:https://gitee.com/XuWuJing/springBoot-study

使用说明

下载

git clone https://github.com/xuwujing/springBoot-study.git

使用

秉着开箱即用的原则,这些工程只需下载之后,更改相应的配置(MySql、Es、Redis等地址配置),运行main方法,即可启动!

工程说明

  • springboot-hello:SpringBoot 的 Hello World 版本。 启动程序,然后在浏览器输入http://localhost:8080//hello,即可查看相关信息。

  • springboot-config: SpringBoot自定义配置获取,过滤器以及拦截器的使用版本。

  • springboot-restful:SpringBoot整合Mybatis,并实现的Restful风格的服务,以及对MySql的CRUD版本。

  • springboot-mutilDatasource:SpringBoot+Mybatis+ Druid+PageHelper实现多数据源并分页,并使用Druid进行SQL监控。

  • springboot-thymeleaf:springboot整合thymeleaf,通过界面操作实现CRUD功能。

  • springboot-elasticsearch:SpringBoot整合elasticsearch,实现全文搜索、精确搜索、区间查询、分页查询、权重查询,使用JestClient实现多版本的兼容。

  • springboot-kafka-storm:SpringBoot集成kafka和storm的版本。

  • springboot-jsp-jpa:SpringBoot整合Jsp和Jpa,通过界面操作实现CRUD功能。

  • springboot-jsp-thymeleaf:SpringBoot整合Jsp和Thymeleaf实现两个模块的兼容。

  • springboot-netty-protobuf:SpringBoot整合Netty,通过protobuf进行数据传输,包含心跳、断线重连机制。

  • springboot-package:SpringBoot打包示例项目,可以通过点击build.bat(需要Ant 环境)一键打包。Windows双击run.bat一键启动,Linux输入./start.sh启动。

  • springboot-redis:SpringBoot整合redis的项目,使用Restful风格实现的CRUD功能。

  • springboot-actuator:SpringBoot整合actuato的项目,实现对项目进行监控并查看相关信息。

  • springboot-fileUpload:SpringBoot实现文件上传的功能。

  • springboot-mail:SpringBoot实现邮件发送功能,包括普通文本发送、图片、附件发送功能。

  • springboot-swagger:SpringBoot实现可视化 RESTful风格的Web服务。

  • springboot-task:SpringBoot使用注解实现线程池的配置和自定义线程的使用示例。

  • springboot-exceptionHandler:SpringBoot实现全局异常的统一处理的项目,可以对自定的异常以及系统异常进行分类处理。

  • springboot-transactional:SpringBoot实现事物控制使用的示例教程。

  • springboot2-webflux:SpringBoo2.x 结合webflux(异步非阻塞开发框架)的 版本使用示例。

  • springboot2-elasticsearch:SpringBoo2.x 结合ElasticSearch 6.x 版本使用的示例。

  • springboot2-docker:SpringBoo2.x 结合Docker版本使用的示例。

  • springboot-sql2dictionary:SpringBoot结合Screw实现数据字典生成的项目,执行提供的sql语句,运行ScrewTest类即可查看。

  • springboot-prometheus:SpringBoot结合prometheus实现监控项目。

文章列表

SpringBoot系列博客:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].