Skip to content

Commit 4c6c2df

Browse files
authored
Update README.md
1 parent 3571373 commit 4c6c2df

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

payara/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ After creating the first plain hello world with Payara Micro and Platform.sh, it
1010
On this point, we'll create a REST application this time connect to a relational database; we have support to [MySQL, Maria](https://docs.platform.sh/configuration/services/mysql.html) and [PostgreSQL](https://docs.platform.sh/configuration/services/postgresql.html), but on this application we'll use [PostgreSQL](https://docs.platform.sh/configuration/services/postgresql.html).
1111

1212

13-
## How to Execute
14-
15-
```shell
16-
mvn clean package payara-micro:bundle
17-
java -jar -Xmx512m -Dserver.host=localhost -Dserver.database=fishes -Dserver.user=postgres -Dserver.password=password target/microprofile-microbundle.jar
18-
```
19-
2013
## Execute
2114

2215
```shell

0 commit comments

Comments
 (0)