This repository has been archived on 2020-04-18. You can view files and clone it, but cannot push or open issues or pull requests.
mybatis/src/test/java/com/thinker/main/util/BaseTest.java

11 lines
201 B
Java

package com.thinker.main.util;
/**
* Created by lzh on 16-6-13.
*/
public class BaseTest {
public static void main(String[] args) {
System.out.println(BaseProperty.getMapper());
}
}