当前位置:网站首页>SSM项目配置中问题,各种依赖等(个人使用)
SSM项目配置中问题,各种依赖等(个人使用)
2022-07-24 05:19:00 【iamzhanchi】
各种依赖
<!-- mybatis的核心包 -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
<version>3.2.3</version>
</dependency>
<!-- mysql的依赖坐标 -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.19</version>
</dependency>
<!-- 数据苦连接池druid -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.8</version>
</dependency>
<!-- mybatis和spring的整合包 -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-spring</artifactId>
<version>1.3.3</version>
</dependency>
<!-- spring-core核心jar包 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>4.1.2.RELEASE</version>
</dependency>
<!-- spring-web包 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>4.1.2.RELEASE</version>
</dependency>
<!-- spring-tx包 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>4.1.2.RELEASE</version>
</dependency>
<!-- spring-webmvc包 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>4.1.2.RELEASE</version>
</dependency>
<!-- spring-aop包 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.1.2.RELEASE</version>
</dependency>
<!-- spring支持jdbc的jar包 -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>4.1.2.RELEASE</version>
</dependency>
<!-- JSTL标签类 -->
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<!-- spring支持json的包 -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.5.1</version>
</dependency>
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" xmlns:util="http://www.springframework.org/schema/util" xmlns:jee="http://www.springframework.org/schema/jee" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:jpa="http://www.springframework.org/schema/data/jpa" xmlns:mvc="http://www.springframework.org/schema/mvc" xsi:schemaLocation=" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd" >
</beans>
tomcat控制台输出乱码
-Dfile.encoding=UTF-8
MySQL 数据库删除数据时id 依然存在
ALTER TABLE 表名
AUTO_INCREMENT 1
边栏推荐
- Creation and generation of SVG format map in Heilongjiang Province
- 黑龙江省SVG格式地图的创建及生成
- PoS机制随机性解读,波卡的随机性原理如何运作?
- Vulnhub-Funbox: Rookie(Funbox2)靶机渗透
- Node connects to MySQL and uses Navicat for visualization
- 【虚拟化】如何将虚拟机从workstation转换到esxi
- Mapboxgl + GeoServer configuration local map tutorial
- Open Web3, once unpopular decentralized identity (did)
- flink checkpoint配置详解
- 读《悟道:一位IT高管20年的职场心经》
猜你喜欢

网页内嵌B站视频,隐藏相关控件

仿某网站百度地图页面 百度API

sunset: noontide靶机渗透-vulnhub

Inventory Poka ecological potential project | cross chain characteristics to promote the prosperity of multi track

Flink watermark mechanism

关于DAO流动性双币质押挖矿开发原理分析

盘点波卡生态潜力项目 | 跨链特性促进多赛道繁荣

【activiti】个人任务

Canvas - round

【百度地图API】您所使用的地图JS API版本过低,已不再维护,为保证地图基本功能 正常使用,请尽快升级到最新版地图JS API
随机推荐
mysql数据库的授权访问
MySQL的分页你还在使劲的limit?
网页播放rtsp视频流
Hex to RGB
There are three ways to create in Polkadot - parallel chain, parallel thread, and smart contract
渗透测试知识---行业术语
Mapboxgl + GeoServer configuration local map tutorial
【虚拟化】如何将虚拟机从workstation转换到esxi
波卡生态发展不设限的奥义——多维解读平行链
【mycat】mycat相关概念
CESS 测试网上线!首个提供多元应用场景的去中心化存储网络
【activiti】流程实例
haclabs: no_name(HL.ova)靶机渗透-Vulnhub
达梦数据库_常用初始化参数
[Baidu map API] the version of the map JS API you are using is too low and no longer maintained. In order to ensure the normal use of the basic functions of the map, please upgrade to the latest versi
Useref create dynamic reference
Tree structure + node
Flink 时间流处理
通用分页01
sunset: noontide靶机渗透-vulnhub