# Mybatis流程解析 ###### tags: `Mybatis-基礎`  1.Resourece加載配置文件 ```java= String resource = "mybatis-config.xml"; ``` 2.實例化SqlSessionFactoryBuilder ```java= sqlSessionFactory = new SqlSessionFactoryBuilder().build(inputStream); ``` 3.配置信息存放在Configuration  4.實例化SqlSessionFactory ```java= public static SqlSession getSqlSession(){ return sqlSessionFactory.openSession(); } ``` 5.執行器Excutor 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up