Skip to content

Projeto desenvolvido em Spring Boot no curso Mergulho Spring Rest desenvolvido pela Algaworks.

License

Notifications You must be signed in to change notification settings

denilsonssj/algalog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algalog

Algalog

Installation

Clone the repository

$ git clone https://github.com/denilsonssj/algalog

Getting started

Prerequisites

First, make sure you use JDK version 11 or higher. You can download this version at this link.

After, create file application.yml in location src/main/resources/ and copy with the values below and replace him.

spring:
    datasource:
        url: "jdbc:postgresql://127.0.0.1:5432/algalog"
        username: "postgres"
        password: "postgres"
    jpa:
        database-platform: org.hibernate.dialect.PostgreSQL94Dialect
        show-sql: false
        hibernate:
            ddl-auto: update
server:
    port: 8080

Installing dependencies

Now, install all dependencies using maven:

$ ./mvnw install -U clean

Running the application

$ ./mvnw spring-boot:run

Technologies and tools

Demo

The demo project can be viewed here.

License

MIT

Releases

No releases published

Packages

No packages published

Languages