INTSAMPLES-131: Fix README.md for Gradle

JIRA: https://jira.spring.io/browse/INTSAMPLES-131

INTSAMPLES-131: PR comments
This commit is contained in:
Artem Bilan
2014-06-23 14:20:44 +03:00
committed by Gary Russell
parent 53dfc4914f
commit 95ec35c768
26 changed files with 95 additions and 84 deletions

View File

@@ -10,10 +10,6 @@ The second procedure returns a **ResultSet**.
# Setup
## Maven
Please make sure you have *Maven* set up and that the project builds successfully using `mvn clean package`.
## PostgreSQL
Please ensure that you can connect to a running instance of a *PostgreSQL server*. The sample was tested using **PostgreSQL v9.2.1**.
@@ -80,8 +76,8 @@ Please configure the necessary credentials in order to connect to your database
* running the "Main" class from within STS (Right-click on Main class --> Run As --> Java Application)
* or from the command line:
- mvn package
- mvn exec:java
$ gradlew :stored-procedures-postgresql:run
* Follow the screen (command line) instructions.