/
githubmirror
/
java-design-patterns
Обзор
Документация
Войти
/
githubmirror
/
java-design-patterns
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
monolithic-architecture/src/main/resources/application.properties
7 строк
253 B
Mohaned Atef
feat: Implemented Monolithic Architecture according to the guidelines provided by issue #2664 (#3111)
15 фев 2025, 10:53
Не верифицирован
15 фев 2025, 10:53
a25b6a0
Код
Авторство
О чём код?
spring.datasource.driver-class-name=org.h2.Driver spring.datasource.password=password spring.datasource.url=jdbc:h2:mem:testdb spring.datasource.username=admin spring.h2.console.enabled=true spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true