- 博客(5)
- 收藏
- 关注
原创 SpringBoot中mapper.xml文件存放的两种位置
第一种StudentMapper.xml文件与StudentMapper接口放在一个文件夹:需要在pom.xml文件种添加一下内容第二种StudentMapper接口存放在java的mapper文件夹中,StudentMapper.xml文件存放在类路径resources的mapper文件夹中,此时需要在application.properties中声明...
2021-08-03 16:28:22
12005
1
原创 Springboot常见application.properties设置
#设置内嵌Tomcat端口号server.port=8080#设置上下文根server.servlet.context-path=/springboot
2021-07-28 15:32:53
262
转载 C3P0、Druid、dbcp、hikari.xml配置
C3P0.xml<?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xsi:schemaLocation="
2021-05-24 14:42:01
396
转载 Spring
Spring1.简介1.1.简介简介Spring : 春天 —>给软件行业带来了春天2002年,Rod Jahnson首次推出了Spring框架雏形interface21框架。2004年3月24日,Spring框架以interface21框架为基础,经过重新设计,发布了1.0正式版。很难想象Rod Johnson的学历 , 他是悉尼大学的博士,然而他的专业不是计算机,而是音乐学。Spring理念 : 使现有技术更加实用 . 本身就是一个大杂烩 , 整合现有的框架技术
2021-05-13 18:36:41
274
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人