application.yml 229 B

1234567891011
  1. spring:
  2. profiles:
  3. active: dev
  4. main:
  5. allow-bean-definition-overriding: true
  6. mybatis-plus:
  7. mapper-locations: classpath*:/mapper/*Mapper.xml
  8. configuration:
  9. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl