文章分类 -  Mybatis

axios生成模板
摘要:axios.post(url,params) .then(response=>{ //获取服务器返回的数据 let result$END$ = response.data; }); 阅读全文

posted @ 2022-04-19 09:52 -G 阅读(47) 评论(0) 推荐(0)

tomcat7小插件 自动生成 webapp下的修改服务器不用重新部署,java代码里的就要重新部署了
摘要:<build> <plugins> <!--tomcat7的插件--> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</ve 阅读全文

posted @ 2022-04-16 16:30 -G 阅读(50) 评论(0) 推荐(0)

Could not find resource mybatis-config.xml :找不到mybatis的配置文件
摘要:项目场景:之前运行出来过,后面重新导入了一下 结果报错了 (代码是没有问题的)问题描述: Exception in thread “main” java.io.IOException: Could not find resource mybatis-config.xml :找不到mybatis的配置 阅读全文

posted @ 2022-04-02 17:27 -G 阅读(1316) 评论(0) 推荐(0)

MyBatis 增删查改
摘要: 阅读全文

posted @ 2022-04-01 15:45 -G 阅读(18) 评论(0) 推荐(0)

Mybatis 配置简化
摘要: 阅读全文

posted @ 2022-04-01 09:38 -G 阅读(24) 评论(0) 推荐(0)

Mybatis 配置文件
摘要: 阅读全文

posted @ 2022-03-30 18:21 -G 阅读(19) 评论(0) 推荐(0)

导航