Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 653 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 653 Bytes

LogStorage

App with panel for analyze,take and saved logs


Stack:

  • Java
  • Spring
  • PostgreSQL
  • Maven

Текст с описанием картинки Текст с описанием картинки Текст с описанием картинки


Start

  • 1 Configure PostgreSQL access at application.properties
spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=admin

spring.jpa.hibernate.ddl-auto=update
  • 2 Run app with maven

  • Docker: coming soon