forked from vert-x3/vertx-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2f574b
commit da295d3
Showing
92 changed files
with
243 additions
and
321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
web: java $JAVA_OPTS -Dhttp.port=$PORT -jar heroku-example/target/heroku-example-3.3.0-SNAPSHOT-fat.jar | ||
web: java $JAVA_OPTS -Dhttp.port=$PORT -jar heroku-example/target/heroku-example-3.2.1-fat.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
native("jvm") | ||
module examples.embed.http "1.0.0" { | ||
shared import io.vertx.ceylon.core "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.core "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
native("jvm") | ||
module examples.utils "1.0.0" { | ||
|
||
shared import io.vertx.ceylon.core "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.core "3.2.1"; | ||
import ceylon.file "1.2.0"; | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
native("jvm") | ||
module examples.web.auth "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.auth.shiro "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
shared import io.vertx.ceylon.auth.shiro "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module examples.web.form "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module examples.web.helloworld "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
native("jvm") | ||
module examples.web.jdbc "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.jdbc "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
shared import io.vertx.ceylon.jdbc "3.2.1"; | ||
shared import org.hsqldb.hsqldb "2.3.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module examples.web.rest "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module examples.web.staticsite "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module examples.web.templating.handlebars "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module examples.web.templating.jade "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module examples.web.templating.mvel "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
native("jvm") | ||
module examples.web.templating.thymeleaf "1.0.0" { | ||
shared import examples.utils "1.0.0"; | ||
shared import io.vertx.ceylon.web "3.3.0-SNAPSHOT"; | ||
shared import io.vertx.ceylon.web "3.2.1"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.