Skip to content

Development-Across-Continents/improve-skill-coach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

improve-skill-coach

About

This project is about a coaches and clients to improve their skills

Configs

application.properties

server.port=8085
spring.profiles.active=${APP_PROFILE:test}

application-test.properties

spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=password
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console

application-dev.properties:

spring.datasource.url=jdbc:postgresql://localhost:5432/improve_skill
spring.datasource.username=${USER_NAME}
spring.datasource.password=${PASSWORD}

spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
spring.jpa.hibernate.ddl-auto=none

Diagram

HTTP Serialização JSON

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages