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

ngjinuo.sqlhelper.sqlhelper-examples.2.0.3.source-code.application.yaml Maven / Gradle / Ivy

server:
  port: 8088

mybatis:
  type-aliases-package: com.jn.sqlhelper.examples.common.model
  mapper-locations: classpath*:mapper/*.xml

spring:
  datasource:
    url: jdbc:h2:~/test
    driver-class-name: org.h2.Driver
    username: sa
sqlhelper:
  mybatis:
    instrumentor:
      cache-instrumented-sql: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy