+ categories sort + analytics

This commit is contained in:
Vladimir Voronin
2025-01-12 14:18:37 +03:00
parent 84f61532d0
commit a0fa275073
14 changed files with 351 additions and 78 deletions

View File

@@ -4,7 +4,7 @@ server.port=8082
#server.servlet.context-path=/api
spring.webflux.base-path=/api
spring.profiles.active=dev
spring.profiles.active=prod
spring.main.web-application-type=reactive
@@ -20,10 +20,10 @@ server.compression.enabled=true
server.compression.mime-types=application/json
# ??????? JDBC
spring.datasource.driver-class-name=org.postgresql.Driver
# Expose prometheus, health, and info endpoints
#management.endpoints.web.exposure.include=prometheus,health,info
management.endpoints.web.exposure.include=*
# ????????? Hibernate
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
spring.jpa.hibernate.ddl-auto=none
# Enable Prometheus metrics export
management.prometheus.metrics.export.enabled=true