All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yelong.ssm.spring.boot.autoconfigure.demo.application.yml Maven / Gradle / Ivy

The newest version!
server:
 port: 12533
spring:
 application:
  name: yelong-ssm-boot-test
yelong:
 ssm:
  configLocations: oracle-model-configuration.properties,mysql-model-configuration.properties
  multiDataSource: true
pagehelper:
 autoRuntimeDialect: true
management:
 endpoints:
   web:
    exposure:
     include: "*"
 endpoint:
  health:
   show-details: ALWAYS
#开启logging myabtis语句打印
logging:
 level:
  main.blog.mapper: trace
mybatis:
 configuration:
  log-impl: org.apache.ibatis.logging.stdout.StdOutImpl




© 2015 - 2025 Weber Informatics LLC | Privacy Policy