Generate Thorntail NoSQL fractions Configuration API. Supports generating fraction Config API for NoSQL subsystems in https://github.com/wildfly/wildfly-nosql
Steps to generate nosql-config-api
:
- git clone https://github.com/wildfly/wildfly-nosql
- cd wildfly-nosql
- mvn clean install
- cd server/target/wildfly-nosql-serverbuild/bin
- ./standalone.sh
- open additional terminal shell and continue in the
nosql-config-api
directory - cd nosql-config-api
- mvn clean install
- done, verify with
find -name *.java
, you should see./mongodb/target/generated-sources/org/wildfly/swarm/config/mongodb/Mongo.java
and other files as well. - if you don't see any generated files, something is wrong.
- stop the app server started in step #5
See https://github.com/thorntail/wildfly-config-api/blob/master/README.md for instructions from the master project that nosql-config-api
is cloned from.