自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (3)
  • 收藏
  • 关注

原创 Springboot+Freemarker的使用

第一步:pom.xml引入各种依赖<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://mave...

2020-07-22 15:25:51 181

原创 SpringBoot 使用jsp

Step1:创建war maven工程Step2:pom文件引入以下依赖<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>1.3.3.RELEASE</version> <...

2020-07-22 15:23:53 93

原创 SpringBoot数据库访问(使用Jdbc)

Step1:添加依赖<!-- JDBC --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-jdbc</artifactId> </dependency> <!--...

2020-07-22 15:22:57 151

原创 struts2执行流程

通过浏览器地址访问项目中的struts.xml文件,查找是否存在name=hello,在通过class的值去查找com.ma.web.action包,去找到HelloAction的类,找到sayHello方法,该方法返回一个success值。在struts.xml中,result中的name 值,指向一个jsp页面。...

2020-07-22 15:22:29 79

maven-jar-springboot+mybatis+freemark整合.zip

搭建springboot、mybatis、freemark,在此环境下进行基于springboot的项目开发

2020-07-28

maven-jar-springboot_mybatis+日志.zip

springboot中整合日志

2020-07-28

settings-spring+mybatis整合.zip

springboot+mybati整合实现数据查找、添加。

2020-07-25

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除