Files
AG-ONE/mybatis-plus-generator/src/main/resources/application.yml
2024-07-02 11:40:01 +08:00

7 lines
123 B
YAML

spring:
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:test
username: root
password: test