xujijun / spring-boot-101

Guides to spring-boot configurations, such as mybatis, redis, cache, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-101

A handy code guidance of spring-boot.

Functionality List

  • Web configuration and static page support
  • log4j2 configuration
  • mySql and myBatis configuration
  • mongoDB configuration
  • Redis Cluster configuration
  • Caffeine Cache configuration
  • RESTful API
  • Different configuration profiles for different environments
  • Retrieve properties from application.yml (refer to: read-properties)
  • Velocity template (deprecated)
  • FreeMarker template
  • Mail
  • Scheduler
  • @Async configuration
  • Actuator: service status monitor
  • AOP, interceptor
  • web-socket: server(java) and client(html with vue.js)

About

Guides to spring-boot configurations, such as mybatis, redis, cache, etc.

License:Apache License 2.0


Languages

Language:Java 98.1%Language:FreeMarker 1.9%