摘要: spring: datasource: username: root password: 920048 url: jdbc:mysql://localhost:3306/mybatis?serverTimezone=UTC&useUnicode&characterEncoding=utf-8 dri 阅读全文
posted @ 2022-01-21 14:35 零pre 阅读(66) 评论(0) 推荐(0)
摘要: Spring 1.搭建环境 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.spr 阅读全文
posted @ 2021-12-20 19:56 零pre 阅读(47) 评论(0) 推荐(0)
摘要: <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis --><dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3 阅读全文
posted @ 2021-12-20 19:11 零pre 阅读(40) 评论(0) 推荐(0)