Skip to content

Just a demo with embedded H2 and embedded redis to integrate Mybatis Plus, H2 Database, Redis Template, Lettuce to show the simple use case

Notifications You must be signed in to change notification settings

asmburning/BootDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Demo

github

Just a demo to integrate Mybatis Plus, H2 Database, Redis Template, Lettuce to show the simple use case

Requirements

Benefit from embedded database and embedded redis server, all you need are

  • JDK8
  • Lombok plugin
  • network connection to google or douban(default) just change application.yml to change the value network connection to DouBan

Because RabbitMq don't have an embedded middleware, and Spring Cloud need more than one middleware, It is not easy to run the demo instantly, So this demo won't include rabbit and Spring Cloud. My Previous RabbitMq Demo

Middleware

  • embedded h2 database
  • embedded redis

Frameworks

  • Spring-boot-web
  • Spring-boot-redis
  • Mybatis-plus-Spring-boot
  • JSoup

Douban Books Test Urls:

when application is ready, the event listeners call method to crawl Douban Top 250 books

Redis Test Urls

About

Just a demo with embedded H2 and embedded redis to integrate Mybatis Plus, H2 Database, Redis Template, Lettuce to show the simple use case

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages