Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 4.47 KB

readme.md

File metadata and controls

82 lines (52 loc) · 4.47 KB

后端编程指南

规范参考

  1. alibaba/p3c
  2. java 项目包名(package)命名规则

项目模板参考

  1. lihengming/spring-boot-api-project-seed
  2. TaleLin/lin-cms-spring-boot

java 学习资源

  1. dunwu/spring-boot-tutorial

  2. spring boot + mybatis plus

  3. halo-dev/halo

  4. dunwu/java-tutorial

  5. biezhi/30-seconds-of-java8

  6. websocket

    6.0. What is the difference between @EnableWebSocket and @EnableWebSocketMessageBroker

    6.1. WebSocket Browser Apps with Spring

    6.2. Message queues vs sockets

    6.3. The MessageBroker WebSocket Subprotocol

    6.4. convertAndSendToUser() Where does this username come from ?

    6.5. spring.io/guides/gs/messaging-stomp-websocket

  7. spring boot events

    7.1. Spring Boot Application Events Explained

    7.2. SpringBoot使用ApplicationEvent&Listener完成业务解耦

    7.3. SpringBoot中@EventListener注解的使用

一些实用的第三方包

spring-boot 系列

  1. spring-boot-starter-web

  2. spring-boot-starter-validation

  3. spring-boot-devtools

  4. spring-boot-configuration-processor 作用 官方文档 集成步骤总结

  5. Spring Boot Reference Documentation

    5.1. Spring Boot Features

    5.2. Developing with Spring Boot

    5.3. Spring Boot Actuator: Production-ready Features

    5.4. Deploying Spring Boot Applications

    5.5. Common Application Properties

    5.6. Auto-configuration Classes

    5.7. Configuration Metadata

  6. Spring Boot Guides

其他

  1. google/guava Google core libraries for Java
  2. sizovs/PipelinR A lightweight command processing pipeline
  3. projectlombok/lombok Very spicy additions to the Java programming language
  4. baomidou/mybatis-plus An powerful enhanced toolkit of MyBatis for simplify development
  5. alibaba/druid 为监控而生的数据库连接池
  6. mapstruct/mapstruct An annotation processor for generating type-safe bean mappers
  7. dromara/hutool A set of tools that keep Java sweet
  8. mysql-connector-java
  9. Hutool
  10. Sa-Token
  11. Sureness
  12. alibaba/Sentinel 限流组件