当前位置:网站首页>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
边栏推荐
猜你喜欢

The repetition detection function of PHP multi line text content and count the number of repetitions

WASM VS EVM,波卡的选择预示了公链未来

波卡生态发展不设限的奥义——多维解读平行链

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

How to use phpstudy to build WordPress website locally

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

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

【activiti】activiti入门

Flink Watermark机制

达梦数据库_逻辑架构基础
随机推荐
The project is deployed to the public network for free (intranet penetration)
达梦数据库_DISQL下各种连接数据库的方法和执行SQL、脚本的方法
Flink task, sub task, task slot and parallelism
Moonbeam Orbiters Program:为收集人参与 Moonbeam 和 Moonriver 提供新方式
Flink 生产环境配置建议
Function analysis of GeoServer rest API
Collection = = academic waste
如何快速打通CRM系统和ERP系统,实现业务流程自动化流转
MySQL queries the last four digits of the mobile phone number. How to write the first few digits?
The repetition detection function of PHP multi line text content and count the number of repetitions
MySQL 批量插入demo
Canvas - rotate
开启Web3,曾经冷门的去中心化身份(DID)
达梦数据库_逻辑备份
Open Web3, once unpopular decentralized identity (did)
XML解析
Flink重启策略
达梦数据库_触发器、视图、物化视图、序列、同义词、自增列、外部链接等基本的操作
达梦数据库_常用命令
Canvas - fill