Skip to content

rfa-lopes/CSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confiabilidade de Sistemas Distribuidos 2020

Arquitectura: WA1

Arquitectura: WA2

Auditoria: WA3

Iteração: WA4

Documentação: PROJETO FINAL


Go to: Server

Go to: Client


Setup

Git Clone

git clone https://github.com/rfa-lopes/CSD.git

Instalação e configuração MySQL.

sudo apt update
sudo apt install mysql-server
mysql_secure_installation
systemctl status mysql.service
sudo mysql -u root -p

Configuração Spring

cd Server/src/main/resources/
cat application.properties
#spring.jpa.hibernate.ddl-auto=update
#spring.datasource.url=jdbc:mysql://${MYSQL_HOST:localhost}:3306/wallet
#spring.datasource.username=root  <----------- verificar
#spring.datasource.password=password   <------ verificar

Informação adicional

Comandos Git

git clone https://github.com/rfa-lopes/CSD.git
git pull origin master
git add .
git commit -m "Initial commit"
git push
git rm -r --cached Path/to/directories

Autores

About

Confiabilidade de Sistemas Distribuidos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published