learning
20 строк · 364.0 Байт
1server:2port : 80813
4spring:5datasource:6driver-class-name: org.h2.Driver7url: jdbc:h2:mem:mydatabase8username: sa9password:10jpa:11show-sql: true12properties:13hibernate:14dialect: org.hibernate.dialect.H2Dialect15open-in-view: false16h2:17console:18enabled: true19settings:20web-allow-others: false21