mybatis / spring-boot-starter

MyBatis integration with Spring Boot
Apache License 2.0
4.15k stars 1.79k forks source link

Mybatis configuration of type aliases package path in yaml file does not take effect #949

Closed ES-BitJump closed 9 months ago

ES-BitJump commented 9 months ago

image Above is the configuration of my application.yaml file, and below is the error message. The error summary is that the alias of the entity class is invalid image This is my mapper mapping file. There was an error writing the alias for the resultType attribute, and there was no error writing the full class path