readme and style

This commit is contained in:
Stefan Bethge 2015-04-02 01:32:25 +02:00
parent beb5fb7bc6
commit e023dbd5a5
2 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ Please refer to the [wiki](https://github.com/OpenBankProject/OBP-API/wiki) to s
## STATUS
[V1.2] (https://github.com/OpenBankProject/OBP-API/wiki/REST-API-V1.2) is mostly implemented
[V1.2.1] (https://github.com/OpenBankProject/OBP-API/wiki/REST-API-V1.2.1) is the current stable API.
## LICENSE
@ -35,11 +35,11 @@ The project uses Maven 3 as its build tool.
To compile and run jetty, install Maven 3 and execute:
mvn jetty:run
./mvn.sh jetty:run
----
# Databases:
The default datastores used are MongoDB (metadata, transaction cache) and Postgres (user accounts).
The default datastore used is PostgreSQL (user accounts, metadata, transaction cache).

View File

@ -204,10 +204,10 @@
<jvmArgs>
<jvmArg>-DpackageLinkDefs=file://${project.build.directory}/packageLinkDefs.properties</jvmArg>
</jvmArgs>
<args>
<arg>-Xmax-classfile-name</arg>
<arg>130</arg>
</args>
<args>
<arg>-Xmax-classfile-name</arg>
<arg>130</arg>
</args>
<scalaVersion>${scala.compiler}</scalaVersion>
<scalaCompatVersion>${scala.version}</scalaCompatVersion>
<recompileMode>incremental</recompileMode>