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