记性不好的阁主 的博客

共361人围观 0人评论

异常类图:** * Copyright 2009-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 the "License"; * you may not use this ......

共345人围观 0人评论

构造一个工厂:package com.laoxu.mybatis.executor;import org.apache.ibatis.io.Resources;import org.apache.ibatis.session.SqlSessionFactory;import org.apache.ibatis.sess......

共346人围观 0人评论

中文文档:https:mybatis.orgmybatis-3zhgetting-started.html从 XML 中构建 SqlSessionFactory每个基于 MyBatis 的应用都是以一个 SqlSessionFactory 的实例为核心的。SqlSessionFactory 的实例可以通过 SqlSes......

共360人围观 0人评论

项目结构:引入依赖:?xml version="1.0" encoding="UTF-8"?project xmlns="http:maven.apache.orgPOM4.0.0" xmlns:xsi="http:www.w3.org2001XMLSchema-instance" xs......

共407人围观 0人评论

1、springboot启动类:package com.sourcecode.helloworld;import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootAppl......

分类选择