Commit d10a8469 by chentian

imageapi基础配置

parent 443b65ce
package com.founder.modules;
package com.founder;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
......
package com.founder.modules.ytlf.mapper;
package com.founder.ytlf.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.founder.commonutils.asjEntity.TbXwAsjbz;
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.founder.modules.ytlf.mapper.TbStAsjBzMapper">
<mapper namespace="com.founder.ytlf.mapper.TbStAsjBzMapper">
</mapper>
......@@ -11,7 +11,7 @@ spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
spring.jackson.time-zone=GMT+8
#配置mapper xml文件的路径
mybatis-plus.mapper-locations=classpath:com/founder/modules/ytlf/mapper/xml/*.xml
mybatis-plus.mapper-locations=classpath:com/founder/ytlf/mapper/xml/*.xml
# 设置日志级别
logging.level.root=INFO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment