# springboot-learn **Repository Path**: eumji025/springboot-learn ## Basic Information - **Project Name**: springboot-learn - **Description**: 这是springboot学习中源码记录 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-03-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Springboot-learn 主要是用来记录学习spring-boot时所作的一些demo # 简要说明 此专栏中所有的demo都依赖parent里面的pom.xml 如果您不希望下载所有的demo,你可以将子模块依赖父模块的pom删掉,并在子模块中添加父模块部分的依赖即可 # 个人博客 在这里介绍一个个人博客 www.eumji025.com 此博客是个人的作品,主要是学习spring boot和thymeleaf模板后的作品,代码也托管在github上[zblog源码](https://github.com/eumji025/zblog) 在完成本博客的时候,个人正在实习,没有那么多的时间去处理的非常完美,如果您有什么意见和建议欢迎在issue中提出,或发送邮件到eumji025@gmail.com 如果您觉得还不错的话,欢迎fork和star. ## firstdemo 第一个入门小程序 -> helloWorld ## customPort 自定义springboot端口号 具体也可以参照个人博客 http://blog.csdn.net/jsu_9207/article/details/66472096 ## indexPage 跳转到静态页面的demo ## thymeleaf thymeleaf模板使用demo ## exception 异常处理的demo ## jdbcMysql 通过jdbc操作数据库 ## aspect 使用aop来记录日志 ## asyncScheduled 使用异步方式进行调度 ## log4j2 使用log4j2进行日志记录 ## properties 使用配置文件设置一些常量,如jdbc连接信息等 ## mybatisxml 使用xml配置方式开发一个mybatis持久层操作 ## mybatismysql 使用mybatis的注解方式开发一个web项目 ## swagger 使用swagger作为RESTful api ## security 使用spring cloud作为安全框架