Skip to content

Commit 0ffb6b5

Browse files
author
phasenraum2010
committed
ongoing work on #34 #39
1 parent 40e518f commit 0ffb6b5

File tree

7 files changed

+180
-37
lines changed

7 files changed

+180
-37
lines changed

README.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -195,40 +195,3 @@ Except where otherwise noted, Documentation of this work is licensed under [Crea
195195
[spring:boot]:https://projects.spring.io/spring-boot/
196196
[heroku]:https://heroku.com
197197
[holohoax_StGB130 github page]:https://phasenraum2010.github.io/holohoax_StGB130/
198-
199-
## My Bookmarks
200-
201-
### Spring-Boot
202-
* using-boot-starter: https://docs.spring.io/spring-boot/docs/2.0.3.RELEASE/reference/htmlsingle/#using-boot-starter
203-
204-
### Neo4J
205-
206-
* https://github.com/neo4j/neo4j
207-
* https://github.com/neo4j/neo4j-java-driver
208-
* https://github.com/neo4j/neo4j-documentation
209-
* https://github.com/neo4j/neo4j-ogm
210-
211-
### Heroku
212-
* https://devcenter.heroku.com/articles/buildpack-builds-heroku-yml
213-
214-
#### Heroku Java
215-
* https://devcenter.heroku.com/categories/java-support
216-
* https://devcenter.heroku.com/categories/java-advanced-topics
217-
* https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-java
218-
219-
#### Heroku Databases
220-
* Heroku Redis: https://devcenter.heroku.com/articles/heroku-redis
221-
* Apache Kafka on Heroku: https://devcenter.heroku.com/categories/kafka
222-
223-
#### Heroku add-ons
224-
* https://devcenter.heroku.com/articles/managing-add-ons
225-
226-
### Apache Kafka
227-
* Spring for Apache Kafka: https://docs.spring.io/spring-kafka/reference/htmlsingle
228-
* Intro to Apache Kafka with Spring: http://www.baeldung.com/spring-kafka
229-
* Apache Kafka: https://kafka.apache.org/
230-
* Kafka as a Messaging System
231-
* Kafka as a Storage System
232-
* Kafka for Stream Processing
233-
* Apache Zookeeper: https://zookeeper.apache.org/
234-
* Apache Zookeeper Wiki: https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index

defcon-cloudfoundry/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# defcon :: cloudfounfry
2+
3+
4+
## My Bookmarks
5+
6+
### Spring-Boot
7+
* using-boot-starter: https://docs.spring.io/spring-boot/docs/2.0.3.RELEASE/reference/htmlsingle/#using-boot-starter
8+
9+
### Neo4J
10+
11+
* https://github.com/neo4j/neo4j
12+
* https://github.com/neo4j/neo4j-java-driver
13+
* https://github.com/neo4j/neo4j-documentation
14+
* https://github.com/neo4j/neo4j-ogm
15+
16+
### Heroku
17+
* https://devcenter.heroku.com/articles/buildpack-builds-heroku-yml
18+
19+
#### Heroku Java
20+
* https://devcenter.heroku.com/categories/java-support
21+
* https://devcenter.heroku.com/categories/java-advanced-topics
22+
* https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-java
23+
24+
#### Heroku Databases
25+
* Heroku Redis: https://devcenter.heroku.com/articles/heroku-redis
26+
* Apache Kafka on Heroku: https://devcenter.heroku.com/categories/kafka
27+
28+
#### Heroku add-ons
29+
* https://devcenter.heroku.com/articles/managing-add-ons
30+
31+
### Apache Kafka
32+
* Spring for Apache Kafka: https://docs.spring.io/spring-kafka/reference/htmlsingle
33+
* Intro to Apache Kafka with Spring: http://www.baeldung.com/spring-kafka
34+
* Apache Kafka: https://kafka.apache.org/
35+
* Kafka as a Messaging System
36+
* Kafka as a Storage System
37+
* Kafka for Stream Processing
38+
* Apache Zookeeper: https://zookeeper.apache.org/
39+
* Apache Zookeeper Wiki: https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index

defcon-documentation/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# defcon :: documentation
2+
3+
## JBake
4+
* [https://jbake.org/]
5+
6+
## jbake-maven-plugin
7+
* [https://github.com/jbake-org/jbake-maven-plugin]
8+
9+
## Goals
10+
11+
There are 4 goals provided by this plugin:
12+
13+
* ```jbake:seed``` - seeds your project/site with example content and templates
14+
* ```jbake:generate``` - bakes your project/site
15+
* ```jbake:watch``` - watches to changes and bakes your site whenever a change is detected
16+
* ```jbake:inline``` - bakes, watches and serves out content on [http://localhost:8080]
17+
18+
## Help on Goals
19+
20+
You can also more details on each goal by running the help goal:
21+
22+
23+
$ mvn jbake:help -Ddetail # -DgoalName=[seed|generate|watch|inline]
24+
25+
26+
[http://localhost:8080]:http://localhost:8080 (defcon :: documentation by jbake)
27+
[https://jbake.org/]:https://jbake.org/ (jbake)
28+
[https://github.com/jbake-org/jbake-maven-plugin]:https://github.com/jbake-org/jbake-maven-plugin (jbake maven plugin on github)

defcon-documentation/pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,31 @@
1414
<artifactId>defcon-documentation</artifactId>
1515
<packaging>jar</packaging>
1616

17+
<dependencies>
18+
<dependency>
19+
<groupId>org.jbake</groupId>
20+
<artifactId>jbake-maven-plugin</artifactId>
21+
</dependency>
22+
</dependencies>
23+
24+
<profiles>
25+
<profile>
26+
<id>default</id>
27+
<activation>
28+
<activeByDefault>true</activeByDefault>
29+
</activation>
30+
<build>
31+
<plugins>
32+
<plugin>
33+
<groupId>org.apache.maven.plugins</groupId>
34+
<artifactId>maven-surefire-plugin</artifactId>
35+
<configuration>
36+
<skipTests>true</skipTests>
37+
</configuration>
38+
</plugin>
39+
</plugins>
40+
</build>
41+
</profile>
42+
</profiles>
1743

1844
</project>

defcon-heroku-jpa/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# defcon :: heroku
2+
3+
4+
## My Bookmarks
5+
6+
### Spring-Boot
7+
* using-boot-starter: https://docs.spring.io/spring-boot/docs/2.0.3.RELEASE/reference/htmlsingle/#using-boot-starter
8+
9+
### Neo4J
10+
11+
* https://github.com/neo4j/neo4j
12+
* https://github.com/neo4j/neo4j-java-driver
13+
* https://github.com/neo4j/neo4j-documentation
14+
* https://github.com/neo4j/neo4j-ogm
15+
16+
### Heroku
17+
* https://devcenter.heroku.com/articles/buildpack-builds-heroku-yml
18+
19+
#### Heroku Java
20+
* https://devcenter.heroku.com/categories/java-support
21+
* https://devcenter.heroku.com/categories/java-advanced-topics
22+
* https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-java
23+
24+
#### Heroku Databases
25+
* Heroku Redis: https://devcenter.heroku.com/articles/heroku-redis
26+
* Apache Kafka on Heroku: https://devcenter.heroku.com/categories/kafka
27+
28+
#### Heroku add-ons
29+
* https://devcenter.heroku.com/articles/managing-add-ons
30+
31+
### Apache Kafka
32+
* Spring for Apache Kafka: https://docs.spring.io/spring-kafka/reference/htmlsingle
33+
* Intro to Apache Kafka with Spring: http://www.baeldung.com/spring-kafka
34+
* Apache Kafka: https://kafka.apache.org/
35+
* Kafka as a Messaging System
36+
* Kafka as a Storage System
37+
* Kafka for Stream Processing
38+
* Apache Zookeeper: https://zookeeper.apache.org/
39+
* Apache Zookeeper Wiki: https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index

defcon-local-neo4j/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# defcon :: neo4j
2+
3+
4+
## My Bookmarks
5+
6+
### Spring-Boot
7+
* using-boot-starter: https://docs.spring.io/spring-boot/docs/2.0.3.RELEASE/reference/htmlsingle/#using-boot-starter
8+
9+
### Neo4J
10+
11+
* https://github.com/neo4j/neo4j
12+
* https://github.com/neo4j/neo4j-java-driver
13+
* https://github.com/neo4j/neo4j-documentation
14+
* https://github.com/neo4j/neo4j-ogm
15+
16+
### Heroku
17+
* https://devcenter.heroku.com/articles/buildpack-builds-heroku-yml
18+
19+
#### Heroku Java
20+
* https://devcenter.heroku.com/categories/java-support
21+
* https://devcenter.heroku.com/categories/java-advanced-topics
22+
* https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-java
23+
24+
#### Heroku Databases
25+
* Heroku Redis: https://devcenter.heroku.com/articles/heroku-redis
26+
* Apache Kafka on Heroku: https://devcenter.heroku.com/categories/kafka
27+
28+
#### Heroku add-ons
29+
* https://devcenter.heroku.com/articles/managing-add-ons
30+
31+
### Apache Kafka
32+
* Spring for Apache Kafka: https://docs.spring.io/spring-kafka/reference/htmlsingle
33+
* Intro to Apache Kafka with Spring: http://www.baeldung.com/spring-kafka
34+
* Apache Kafka: https://kafka.apache.org/
35+
* Kafka as a Messaging System
36+
* Kafka as a Storage System
37+
* Kafka for Stream Processing
38+
* Apache Zookeeper: https://zookeeper.apache.org/
39+
* Apache Zookeeper Wiki: https://cwiki.apache.org/confluence/display/ZOOKEEPER/Index

defcon-parent/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<taglist-maven-plugin.version>2.4</taglist-maven-plugin.version>
7272
<maven.changelog.plugin.version>2.3</maven.changelog.plugin.version>
7373
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
74+
<jbake-maven-plugin.version>0.3.1</jbake-maven-plugin.version>
7475

7576
<aspectj.version>1.8.9</aspectj.version>
7677

@@ -237,7 +238,15 @@
237238
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
238239
<version>2.0.1.RELEASE</version>
239240
</dependency>
241+
242+
<dependency>
243+
<groupId>org.jbake</groupId>
244+
<artifactId>jbake-maven-plugin</artifactId>
245+
<version>${jbake-maven-plugin.version}</version>
246+
</dependency>
247+
240248
</dependencies>
249+
241250
</dependencyManagement>
242251

243252
<build>

0 commit comments

Comments
 (0)