Fading Coder

One Final Commit for the Last Sprint

Why MyBatis Mapper Interfaces Can Be @Autowired Like Ordinary Beans?

Case 1: Using MyBatis Alone Create a new configuration file mybatis-solo.xml in the resources directory with the fololwing content: <?xml version="1.0" encoding="utf-8"?> <configuration> <settings> <setting name="logImpl" value="LOG4J2"/&g...