Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fiap/curso_java_spring_oauth
https://github.com/fiap/curso_java_spring_oauth
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fiap/curso_java_spring_oauth
- Owner: FIAP
- Created: 2023-11-02T23:27:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T23:31:50.000Z (about 1 year ago)
- Last Synced: 2023-11-03T00:25:44.824Z (about 1 year ago)
- Language: Java
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spring Security (Lista de ativos da bolsa)
Fluxo para criação do banco de dados:
`docker run --name spring-fiap -e POSTGRES_PASSWORD=102030 -d -p 5432:5432 postgres`
Carga inicial esta dentro da pasta `sql_carga/insertAtivos`
Agora para rodar o projeto execute: `mvn clean install` para instalar as dependências e `mvn spring-boot:run` para subir a aplicação.