/
allalex
/
Spring-AOP
Обзор
Документация
Войти
/
allalex
/
Spring-AOP
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/main/resources/application.properties
26 строк
876 B
Alexey Layko
рефактор + тесты
10 май 2024, 05:25
10 май 2024, 05:25
57f6b25
Код
Авторство
О чём код?
spring.application.name=firstTask server.port=8080 # datasource spring.datasource.url=jdbc:postgresql://localhost:5432/idea_db spring.datasource.username=postgres spring.datasource.password=password spring.sql.init.mode=always spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.show-sql=true # Hibernate spring.jpa.open-in-view=false spring.jpa.properties.hibernate.format_sql=true spring.jpa.properties.hibernate.archive.autodetection=class, hbm spring.jpa.hibernate.ddl-auto=create-drop # async conditions spring.task.execution.pool.core-size=4 spring.task.execution.pool.max-size=10 spring.task.execution.pool.queue-capacity=100 spring.task.execution.pool.keep-alive=60s spring.main.allow-bean-definition-overriding=true spring.aop.auto=true spring.aop.proxy-target-class=true # #logging.level.org.springframework=DEBUG #logging.level.org.hibernate=DEBUG