Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/labatata101/academico-ifce
https://github.com/labatata101/academico-ifce
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/labatata101/academico-ifce
- Owner: LaBatata101
- License: gpl-3.0
- Created: 2022-10-27T21:43:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T20:44:23.000Z (about 2 years ago)
- Last Synced: 2023-06-14T01:22:14.693Z (over 1 year ago)
- Language: Java
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Acadêmico Backend
Alterar os campos `spring.datasource.username`, `spring.datasource.password`, `spring.datasource.url` e `spring.jpa.properties.hibernate.dialect` no arquivo `application.properties`.
## Executando pelo terminal
Para isso é necessário instalar o comando `mvn`.
```bash
$ git clone https://github.com/LaBatata101/academico-ifce
$ cd academico-ifce
$ mvn spring-boot:run
```