message
parent
883e125e94
commit
0dceb829f8
|
|
@ -15,7 +15,8 @@ import org.springframework.context.annotation.Configuration;
|
||||||
* @author safety-eval
|
* @author safety-eval
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
@MapperScan("org.qinan.safetyeval.infrastructure")
|
@MapperScan({"org.qinan.safetyeval.infrastructure.mapper"
|
||||||
|
, "org.qinan.safetyeval.infrastructure.persistence.mapper"})
|
||||||
@EnableConfigurationProperties(ServerProperties.class)
|
@EnableConfigurationProperties(ServerProperties.class)
|
||||||
public class MybatisPlusConfig {
|
public class MybatisPlusConfig {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue