Git Product home page Git Product logo

openfire-bind's Introduction

openfire-bind

Build Status Maven metadata URI Javadocs

Tesitng against exsiting databases

All test cases only read from database. No writing functionality included.

common properties

name description
jdbc.driver.version version of the target driver artifact.
jdbc.driver driver class name
jdbc.url JDBC url of the target database
jdbc.user username of the database
jdbc.password password of the database
xmpp.domain XMPP domain name

<database> and jdbc.driver.version

name description
mysql mysql:mysql-connector-java:${jdbc.driver.version}

JPA

$ mvn -Pjpa,<provider>,<database> \
      -Dpersistence.provider.version=... \
      -Djdbc.driver.version= ...\
      -Djdbc.driver=...\
      -Djdbc.user=...\
      -Djdbc.password=....
      clean
      test

properties

name description
persistence.provider.version version of the target persistence provider artifact

<provider> and persistence.provider.version

name artifact
eclipselink org.eclipse.persistence:eclipselink:${persistence.provider.version}
hibernate org.hibernate:hibernate-core:${persistence.provider.version}

examples

eclipselink / mysql

$ mvn -Pjpa,eclipselink,mysql \
      -Dpersistence.provider.version=2.7.0 \
      -Djdbc.driver.version=5.1.44 \
      -Djdbc.driver=com.mysql.jdbc.Driver \
      -Djdbc.url="jdbc:mysql://xxx.xxx.xxx.xxx:3306/yyy" \
      -Djdbc.user=some \
      -Djdbc.password = some \
      clean
      test

MyBatis

openfire-bind's People

Contributors

jinahya avatar onacit avatar

Watchers

 avatar  avatar  avatar

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.