Skip to content

sebihe/springboot-learn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot-learn

主要是用来记录学习spring-boot时所作的一些demo

简要说明

此专栏中所有的demo都依赖parent里面的pom.xml 如果您不希望下载所有的demo,你可以将子模块依赖父模块的pom删掉, 并在子模块中添加spring boot 的parent即可 由于比较简单没有写过多的说明,有问题可以留言或联系我

联系方式

email: [email protected]

个人博客

在这里介绍一个个人博客 www.eumji025.com 此博客是个人的作品,主要是学习spring boot和thymeleaf模板后的作品,代码也托管在github上zblog源码 在完成本博客的时候,如果您有什么意见和建议欢迎在issue中提出,或发送邮件到[email protected] 如果您觉得还不错的话,欢迎fork和star.

firstdemo

第一个入门小程序 -> helloWorld

customPort

自定义springboot端口号 具体也可以参照个人博客 http://blog.csdn.net/jsu_9207/article/details/66472096

indexPage

跳转到静态页面的demo

thymeleaf

thymeleaf模板使用demo 详情介绍 http://blog.csdn.net/jsu_9207/article/details/68945787

exception

异常处理的demo

jdbcMysql

通过jdbc操作数据库

aspect

使用aop来记录日志

asyncScheduled

使用异步方式进行调度

log4j2

使用log4j2进行日志记录

properties

使用配置文件设置一些常量,如jdbc连接信息等

mybatisxml

使用xml配置方式开发一个mybatis持久层操作

mybatismysql

使用mybatis的注解方式开发一个web项目

swagger

使用swagger作为RESTful api

security

使用spring security作为安全框架

ssl

使用ssl方式做网站https

actuator

使用actuator做监控 http://blog.csdn.net/jsu_9207/article/details/78633625

About

spring boot 学习中的部分源码记录。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 75.9%
  • Java 24.1%