All Projects → sivaprasadreddy → Springboot Learn By Example

sivaprasadreddy / Springboot Learn By Example

Licence: apache-2.0
SpringBoot Learn By Example Book

Projects that are alternatives of or similar to Springboot Learn By Example

Encrypt Body Spring Boot Starter
(停止维护,替代品搜索:https://github.com/search?l=Java&q=encrypt&type=Repositories )SpringBoot控制器统一的响应体加密与请求体解密的注解处理方式,支持MD5/SHA/AES/DES/RSA
Stars: ✭ 198 (+191.18%)
Mutual labels:  spring, springboot, spring-mvc, spring-security
Securing Rest Api Spring Security
Spring Boot 2.2.x + Spring 5.2.x Rest Api Security Example
Stars: ✭ 117 (+72.06%)
Mutual labels:  spring, springboot, spring-mvc, spring-security
Spring Boot Blog
Simple blog web app made using Spring Boot + Thymeleaf
Stars: ✭ 121 (+77.94%)
Mutual labels:  spring, springboot, spring-mvc, spring-security
Spring Cloud Flycloud
🔥🔥🔥FlyClould 微服务实战项目框架,在该框架中,包括了用 Spring Cloud 构建微服务的一系列基本组件和框架,对于后台服务框架的搭建有很大的参考价值,大家可以参考甚至稍加修改可以直接应用于自己的实际的项目开发中,该项目没有采用Maven进行项目构建,Maven通过xml进行依赖管理,导致整个配置文件太过臃肿,另外灵活性也不是很强,所以我采用Gradle进行项目构建和依赖管理,在FlyTour项目中我们见证了Gradle的强大,通过简单的一些配置就可以轻松的实现组件化的功能。该项目共有11个Module工程。其中10个位微服务工程,这10个微服务工程构成了一个完整的微服务系统,微服务系统包含了8个基础服务,提供了一整套微服务治理功能,他们分别是配置中心module_c…
Stars: ✭ 1,514 (+2126.47%)
Mutual labels:  spring, springboot, spring-mvc, spring-security
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (-51.47%)
Mutual labels:  spring-security, springboot, spring-mvc
Sureness
A simple and efficient open-source security framework that focus on protection of restful api.
Stars: ✭ 254 (+273.53%)
Mutual labels:  spring, springboot, spring-security
BusinessInfrastructurePlatformGroupVersion
A java web project based on Spring Boot using MySQL, Spring MVC, Hibernate, Spring Data JPA, Query DSL, Lombok, Logback, etc.
Stars: ✭ 90 (+32.35%)
Mutual labels:  spring-security, springboot, spring-mvc
Bugcatcher
方便产品、开发、测试三方协同管理、测试、监控项目进度和质量,以持续交付。
Stars: ✭ 472 (+594.12%)
Mutual labels:  spring, spring-mvc, spring-security
Spring Boot Demo
spring boot demo 是一个Spring Boot、Spring Cloud的项目示例,根据市场主流的后端技术,共集成了30+个demo,未来将持续更新。该项目包含helloworld(快速入门)、web(ssh项目快速搭建)、aop(切面编程)、data-redis(redis缓存)、quartz(集群任务实现)、shiro(权限管理)、oauth2(四种认证模式)、shign(接口参数防篡改重放)、encoder(用户密码设计)、actuator(服务监控)、cloud-config(配置中心)、cloud-gateway(服务网关)等模块
Stars: ✭ 323 (+375%)
Mutual labels:  spring, spring-mvc, spring-security
Rude Java
Java Practice Projects. 以Java语言为主的各种项目实践,涵盖各个业务、各个功能,并附上高质量文章讲解,其中一些甚至可以单开一个仓库。让你再也不用寻找各种框架demo、项目脚手架。
Stars: ✭ 583 (+757.35%)
Mutual labels:  spring, springboot, spring-security
Springboard
Spring Boot based production grade starter kit.
Stars: ✭ 59 (-13.24%)
Mutual labels:  spring, spring-mvc, spring-security
Perfect Ssm
🍇更完善的Spring+SpringMVC+Mybatis+easyUI后台管理系统(RESTful API+redis)
Stars: ✭ 606 (+791.18%)
Mutual labels:  spring, springboot, spring-mvc
Eshop Soa
EShop基于Dubbo实现SOA服务化拆分,并基于RocketMQ解决了分布式事务(新版SpringBootSOASkeleton)
Stars: ✭ 65 (-4.41%)
Mutual labels:  spring, spring-mvc, spring-security
Ssm Demo
🍌Spring+SpringMVC+Mybatis+easyUI实现简单的后台管理系统
Stars: ✭ 1,639 (+2310.29%)
Mutual labels:  spring, springboot, spring-mvc
Spring5Certification
Spring Certification: This repository contains my examples and some best references to prepare the Spring 5 certification
Stars: ✭ 30 (-55.88%)
Mutual labels:  spring-security, springboot, spring-mvc
Spring Boot In Action
Spring Boot 系列实战合集
Stars: ✭ 4,153 (+6007.35%)
Mutual labels:  spring, springboot, spring-security
Logback
💡 SpringBoot+Spring Security基本配置
Stars: ✭ 776 (+1041.18%)
Mutual labels:  spring, springboot, spring-security
Ibase4j
Spring,SpringBoot 2.0,SpringMVC,Mybatis,mybatis-plus,motan/dubbo分布式,Redis缓存,Shiro权限管理,Spring-Session单点登录,Quartz分布式集群调度,Restful服务,QQ/微信登录,App token登录,微信/支付宝支付;日期转换、数据类型转换、序列化、汉字转拼音、身份证号码验证、数字转人民币、发送短信、发送邮件、加密解密、图片处理、excel导入导出、FTP/SFTP/fastDFS上传下载、二维码、XML读写、高精度计算、系统配置工具类等等。
Stars: ✭ 1,548 (+2176.47%)
Mutual labels:  spring, springboot, spring-mvc
Spring Mvc Tutorial
Spring MVC 5 Tutorial - Guide to spring mvc framework
Stars: ✭ 121 (+77.94%)
Mutual labels:  spring, spring-mvc, spring-security
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+776.47%)
Mutual labels:  spring, spring-mvc, spring-security

SpringBoot : Learn By Example

This repository contains code examples for SpringBoot Learn By Example book.

Build Status

Table of contents

  1. Introduction to SpringBoot

    • Overview of Spring framework
    • Developing Web Application using SpringMVC and JPA
    • A Quick Taste of SpringBoot
  2. Getting Started with SpringBoot

    • What is SpringBoot?
    • Our First SpringBoot Application
  3. SpringBoot Behind the scenes

    • Exploring the Power of @Conditional
    • How SpringBoot AutoConfiguration Works?
  4. Creating Custom SpringBoot Starter

    • Create twitter4j-spring-boot-starter
  5. SpringBoot Essentials

    • Logging
    • Externalizing Configuration Properties
    • Developer Tools
  6. Working with JdbcTemplate

    • Using JdbcTemplate without SpringBoot
    • Using JdbcTemplate with SpringBoot
    • Initializing Database
    • How to use other Connection Pooling libraries?
  7. Working with MyBatis

    • Using SpringBoot MyBatis Starter
  8. Working with JOOQ

    • Using SpringBoot JOOQ Starter
  9. Working with JPA

    • Introducing Spring Data JPA
    • Using Spring Data JPA with SpringBoot
  10. Working with MongoDB

    • Introducing MongoDB
    • Getting Started with MongoDB using Mongo Shell
    • Talking to MongoDB using Spring Data Mongo
  11. Web Applications with SpringBoot

    • Developing Web Application using SpringBoot
    • Using Tomcat, Jetty, Undertow Embedded Servlet Containers
    • Customizing SpringMVC configuration
    • SpringBoot web application as deployable war
    • SpringBoot Supporting View Templates
    • Working with Thymeleaf Forms
    • Data Validation
    • File Uploading
    • Using ResourceBundles for Internationalization (I18N)
  12. Building REST API using SpringBoot

    • Introduction to RESTful WebServices
    • REST API using SpringMVC
    • REST API using Spring Data REST
    • Consuming REST API from AngularJS
  13. Securing Web Applications using SpringBoot

    • Spring Security in SpringBoot Web Application
    • Method Level Security
    • Securing REST API using SpringSecurity
  14. SpringBoot Actuator

    • Exploring Actuator Endpoints
    • Customizing Actuator Endpoints
    • Securing Actuator Endpoints
    • CORS support for Actuator Endpoints
    • Monitoring and management over JMX
    • Monitoring and management using a remote shell
  15. Testing SpringBoot Applications

    • Testing Support in SpringBoot
    • Testing RESTful Services using RestTemplate
    • Testing Secured Controller/Service Methods
    • Testing with Mockito
  16. Deploying SpringBoot Applications

    • Running SpringBoot applications in production mode
    • Deploying SpringBoot application on Heroku
    • Running SpringBoot application on Docker
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].