SSM Health is a Catholic, not-for-profit health system serving the comprehensive health needs of communities across the Midwest. The company offers services for Cancer Care, Emergency and Trauma, Health at Home, Hear and Vascular, Imaging, and more. The company was founded in 1986 and is base...
<!-- 注册mapper--> <mappers> <mapper resource="UserMapper.xml"/> // class,使用注解的方式配,没有xml文件 <mapper class="com.liu.mapper.AdminMapper"/> <mapper class="com.liu.mapper.DeptMapper"/> <mapper class="com.liu.mapper.EmployeeMapper"/> <!-- <package name="com.liu.mapper"/...