yoobato / when2meet-api

When2Meet Clone (API)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

when2meet-api

When2Meet Clone (API)

Requirements

  • JDK 17 (Eclipse Temurin OpenJDK 17.0.6)

Deployment

  • Make application-prod.properties using application-dev.properties (Update below configurations.)
    ## Database (in-memory or file)
    # spring.datasource.url=jdbc:h2:mem:test|jdbc:h2:file:/{path}/data
    # DB user and password
    spring.datasource.username=sa
    spring.datasource.password=
    
    spring.jpa.show-sql=true|false
    
    # update : local, development only
    # validate : production
    spring.jpa.hibernate.ddl-auto=validate
    
    # Hide H2 Console
    spring.h2.console.enabled=false
    
    ## Logging (log level)
    logging.level.root=warn
  • TODO: Docker

Authors

License

About

When2Meet Clone (API)

License:The Unlicense


Languages

Language:Java 100.0%