COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200831030306/https://github.com/topics/spring-boot-2
Here are
622 public repositories
matching this topic...
spring boot demo 是一个用来深度学习并实战 spring boot 的项目,目前总共包含 65 个集成demo,已经完成 53 个。 该项目已成功集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、JdbcTemplate(通用JDBC操作数据库)、JPA(强大的ORM框架)、mybatis(强大的ORM框架)、通用Mapper(快速操作Mybatis)、PageHelper(通用的Mybatis分页插件)、mybatis-plus(快速操作Mybatis)、BeetlSQL(强大的ORM框架)、upload(本地文件上传和七牛云文件上传)、redis(缓存)、ehcache(缓存)、email(发送各种类型邮件)、task(基础定时任务)、quartz(动态管理定时任务)、xxl-job(分布式定时任务)、swagger(API接口管理测试)、security(基于RBAC的动态权限认证)、SpringSession(Session共享)、Zookeeper(结合AOP实现分布式锁)、RabbitMQ(消息队列)、Kafka(消息队列)、websocket(服务端推送监控服务器运行信息)、socket.io(聊天室)、ureport2(中国式报表)、打包成war文件、集成 ElasticSearch(基本操作和高级查询)、Async(异步任务)、集成Dubbo(采用官方的starter)、MongoDB(文档数据库)、neo4j(图数据库)、docker(容器化)、JPA多数据源、Mybatis多数据源、代码生成器、GrayLog(日志收集)、JustAuth(第三方登录)、LDAP(增删改查)、动态添加/切换数据源、单机限流(AOP + Guava RateLimiter)、分布式限流(AOP + Redis + Lua)、ElasticSearch 7.x(使用官方 Rest High Level Client)、HTTPS。
Updated
Aug 30, 2020
Java
Jasypt integration for Spring boot
Updated
Jul 22, 2020
Java
领课教育系统(roncoo-education)是基于领课网络多年的在线教育平台开发和运营经验打造出来的产品,致力于打造一个各行业都适用的分布式在线教育系统。系统采用前后端分离模式,前台采用vue.js为核心框架,后台采用Spring Cloud为核心框架。系统目前主要功能有课程点播功能,支持多家视频云的接入,课程附件管理功能,支持多家存储云的接入,讲师管理功能,支持讲师入驻功能,可以帮助个人或者企业快速搭建一个轻量级的在线教育平台。
Updated
Aug 22, 2020
Java
Demo for Spring Boot 2 and Spring Cloud microservices with distributed configuration (Spring Cloud Config), service discovery (Eureka), API gateway (Spring Cloud Gateway, Zuul), Swagger2 API documentation, logs correlation using Spring Cloud Sleuth and many more
Updated
Aug 11, 2020
Java
Spring Boot Enterprise Application Development.《Spring Boot 企业级应用开发实战》
Spring Boot 脚手架 Mybatis Spring Security JWT 权限 Spring Cache + Redis
Updated
Mar 22, 2019
Java
Spring Boot 2 starter powered by GraphQL SPQR
Updated
Jun 28, 2020
Java
Fast integration dependencies in spring boot.是一个快速集成依赖的框架,集成了一些常用公共的依赖。例:多数据源,Redis,JWT...
基于Spring Cloud的快速开发脚手架&最佳实践总结
Spring Boot 2 OAuth2 JWT Authorization server implementation with Database for Users and Clients (JPA, Hibernate, MySQL)
happy mall 电商项目(Spring Boot版本)
Source code for Learning Spring Boot 2nd Edition
Updated
Jun 22, 2019
Java
Spring OAuth2 Security extension to use Mongo as Repository
Example of a microservices architecture on the modern stack of Java technologies
Updated
Apr 10, 2020
Kotlin
sample microservices demonstrating usage of spring reactive support with spring webflux and integration spring cloud, eureka, ribbon, spring cloud gateway, spring data jpa and mongodb
Updated
Jan 22, 2020
Java
Example Spring Boot and WebFlux (Reactive Web) with Spring Security and JWT for token Authentication and Authorization
This project aims to present how to connect Spring Boot 2 with Java Swing. All application dependencies are provided by Docker Compose.
Spring Boot 2 - OAuth2 password-flow with JWT
Updated
Aug 11, 2019
Java
Full-stack implementation of TaskAgile application with Vue.js, Spring Boot, and MySQL
Updated
Oct 15, 2018
Java
Generate JVM (java, kotlin, scala) project with gradle / maven / sbt build systems and docker / docker-compose for rapid development
Updated
Dec 13, 2019
Java
Updated
May 15, 2020
Java
Plain RESTful Web Service with Spring Boot 2. Using PostgreSQL database, Hibernate and basic authentication. Also added the lombok.
Updated
Dec 12, 2019
Java
Basic demo of GraphQL with SpringBoot
Updated
Jan 29, 2019
Java
基于Spring Boot 2.x的前后端分离架构
Updated
Feb 27, 2019
Java
基于SpringFramework衍生的配套开发支持。
Updated
Aug 29, 2020
Java
Improve this page
Add a description, image, and links to the
spring-boot-2
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
spring-boot-2
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Overview of the issue
Convert usage of Java's
Optional
to the Kotlin built-in null safety features.Motivation for or Use Case
As the bulk of the Java code is now migrated to Kotlin we can start fully migrating to Kotlin using more of its built-in features. This might seem as it should have been done already but it was intentionally left out to ease the process of migration(#85) and m