# springboot-example **Repository Path**: zhao-baolin/springboot-example ## Basic Information - **Project Name**: springboot-example - **Description**: SpringBoot系列相关技术栈示例,初学者的最佳实践教程。 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2019-06-12 - **Last Updated**: 2021-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Spring Boot 2 示例教程(求star 求fork) 章节目录: **springboot-web** :路由、参数、数据验证。 **springboot-config** :配置文件、读取配置、映射实体、分环境配置。 **springboot-ioc** :装配bean、自定义bean、条件装配、排除装配、依赖注入、接口注入、优先注入。 **springboot-thymeleaf** :thymeleaf模板引擎。 **springboot-interceptor** :拦截器、跨域。 **springboot-language** :国际化。 **springboot-jdbc** :jdbc。 **springboot-jpa** :jpa。 **springboot-mybatis** :mybatis、事务。 **springboot-mongodb** :MongoDB。 **springboot-redis** :Redis操作与封装、发布订阅。 **springboot-log** :Logback极简使用、按天按级别生成文件。 **springboot-exception** :统一异常处理。 **springboot-aop** :开发切面、环绕通知、公共切面。 **springboot-upload** :文件上传。 **springboot-schedule** :计划任务。 **springboot-jwt** :jwt令牌。 **springboot-websocket** :Websocket实时推送。 **springboot-rabbitmq** :RabbitMQ消息队列。 **springboot-dubbo-main** :zookeeper注册中心调用层。 **springboot-dubbo-service** :zookeeper注册中心服务层。 (zookeeper压缩包在里面,解压后打开bin目录双击zkServer.cmd即可,springboot-dubbo-main和springboot-dubbo-service两个系统均要启动,然后浏览器访问localhost:8080/index)