forked from cescoffier/techio-playground-http-api-with-vertx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechio.yml
28 lines (25 loc) · 1.01 KB
/
techio.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
title : Building a HTTP Endpoint with Eclipse Vert.x
# Table of content
plan:
- title: Introduction
statement: markdowns/0-intro.md
- title: Vert.x
statement: markdowns/1-vertx.md
- title: Creating a HTTP server
statement: markdowns/2-http.md
- title: Producing JSON
statement: markdowns/3-json.md
- title: Getting query parameters
statement: markdowns/4-params.md
- title: Observing the event loop
statement: markdowns/5-event-loop.md
- title: Summary
statement: markdowns/6-summary.md
# Settings for your programming projects and the associated Docker images
projects:
java:
root: /project # Set the root path to your Java project
# Set the docker image. This image runs JUnit tests using this syntax:
# @[Code Editor Title]({"stubs": ["EditorFile1.java", "EditorFile2.java", ...], "command": "MyJUnitClass#myMethod"})
# More details here: https://github.com/TechDotIO/java-maven3-junit4-runner
runner: techio/java-maven3-junit4-runner:1.1.3-java-8