Files
AG-ONE/mybatis-plus-generator/src/main/resources/application.yml

7 lines
123 B
YAML
Raw Normal View History

2024-07-02 11:40:01 +08:00
spring:
datasource:
driver-class-name: org.h2.Driver
url: jdbc:h2:mem:test
username: root
password: test