GithubHelp home page GithubHelp logo

projet_jee's Introduction

Installer mariaDB et maven s'ils ne le sont pas déjà

Ouvrir un terminal dans le dossier où se trouve le fichier avengers.jar

Décompresser le fichier avengers.jar dans le dossier où il se trouve :

jar xvf avengers.jar

Se déplacer à la racine du projet :

cd Projet_JEE

Importer le fichier Avengers.sql dans mariaDB se trouvant dans le dossier Projet_JEE

Changer les identifiants mariaDB, si besoin, dans le fichier Projet_JEE/src/main/resources/application.properties.

  • Par défaut :
    • username = root
    • password = cytech

Lancer maven depuis la racine du projet (dans le dossier Projet_JEE) avec la commande :

mvn clean package spring-boot:repackage

Lancer le projet depuis la racine du projet (dans le dossier Projet_JEE) avec la commande :

java -jar target/ProjetJEE-0.0.1-SNAPSHOT.jar
  • Ouvrir le site dans un explorateur internet :

    • localhost:8080
  • Remarques :

    • compte administrateur:
      • nom d'utilisateur = admin
      • mot de passe = 123456
    • ajout d'un nouveau film/personnage: ajouter l'image du film/personnage à la main dans Projet_JEE/src/main/resources/static (le nom de l'image doit être ajouté à la bdd depuis la page d'ajout de film/personnage pour faire le lien)

projet_jee's People

Contributors

raphystolage avatar tcoyla avatar melissagodet avatar noctibus avatar

Stargazers

 avatar

Watchers

 avatar

projet_jee's Issues

Logs

Implémentation de la connexion avec un login et un password

Notation

Implémentation du système de notation des films et héros

Note

Implémentation du système de notation des films et des héros avec modification de la BDD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.