在pom中引入gson依赖,启动spring boot项目中报错 Description:An attempt was made to call the method com.google.gson.GsonBuilder.setLenient()Lcom/google/gson/GsonBuilder; but it does not exist. Its class, com.google.gson.GsonBuilder, is available from the following l
本次MyBatis基础实例教程主要讲述MyBatis在项目中的配置方法,实体对象的关系映射.关联关系,以及如何实现一个BaseDao的功能 实例数据库的表结构 CREATE TABLE `blog_user` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_name` varchar(45) NOT NULL, `user_pass` varchar(45) NOT NULL, `nick_name` varchar(45) NOT NULL, PRI