Giter Club home page Giter Club logo

project-3_group-1_tontapatt's Introduction

Tontapatt

version GitHub contributors Open Source? Yes!
version version ForTheBadge makes-people-smile ForTheBadge winter-is-coming


Langages

css version css version css version css version css version css version


Logiciels

css version Eclipse Firefox Google Chrome css version Microsoft Office css version


Installation

css version

  • Creez une base de données tontapatt_db
  • Télécharger mysql-connector-java-8.0.26

css version

  • Clonez le dépot directement dans Votre IDE java
  • Installez Jboss 7.2 sur votre machine
  • Copiez mysql-connector-java-8.0.26 dans modules\system\layers\base\com\mysql\main du dossier Jboss
  • Toujours dans le même repertoire créez un fichiez module.xml et metter le bout du code suivant:
<?xml version="1.0" encoding="UTF-8"?>
<module xmlns="urn:jboss:module:1.1" name="com.mysql">
<resources>
    <resource-root path="mysql-connector-java-8.0.26.jar"/>
  </resources>
    <dependencies>
        <module  name="javax.api" />
        <module  name="javax.transaction.api" />
    </dependencies>
</module>
  • Ajoutez maintenant le bout de code suivant comme datasources dans le fichier standalone.xml qui se trouve dans standalone\configuration du dossier Jboss:
<datasources>
	<datasource jta="true" jndi-name="java:jboss/datasources/tontapatt_db" pool-name="tontapatt_db" enabled="true" use-java-context="true">
		<connection-url>jdbc:mysql://localhost:3306/tontapatt_db?serverTimezone=UTC&amp;verifyServerCertificate=false&amp;useSSL=true</connection-url>
		<driver>mysql</driver>
		<security>
			<user-name>root</user-name>
			<password>root</password>
		</security>
	</datasource>
	<drivers>
		<driver name="h2" module="com.h2database.h2">
			<xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
		</driver>
		<driver name="mysql" module="com.mysql">
			<xa-datasource-class>com.mysql.cj.jdbc.MysqlXADataSource</xa-datasource-class>
		</driver>
	</drivers>
</datasources>
  • Mettez à jour le projet Maven
  • Demarrez l'appliocation via Jbss dans votre IDE

Suivi du projet

Suivez les differentes phases du projet sur notre Trello

Trello


Participants au projet






project-3_group-1_tontapatt's People

Contributors

hajjoujti avatar msaddek avatar cjessica34 avatar fguyont avatar

Watchers

 avatar  avatar

Forkers

soufyaned msaddek

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.