Skip to content

Commit 950226e

Browse files
sjmillingtonjzheaux
authored andcommitted
[BAEL-17476] Add README descriptions 17 (eugenp#7877)
* [BAEL-17476] Add README descriptions 17 * Removed 'with' in spring security kerberos readme
1 parent 80a30cf commit 950226e

File tree

9 files changed

+48
-14
lines changed

9 files changed

+48
-14
lines changed

java-blockchain/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
=========
1+
## Java Blockchain
22

3-
## Basic Implementation of Blockchian in Java
3+
This module contains articles about Blockchain in Java
44

55
### Relevant Articles:
6-
- []()
6+
7+
- [Implementing a Simple Blockchain in Java](https://www.baeldung.com/java-blockchain)

spring-boot-di/README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Spring Boot Dependency Inject
2+
3+
This module contains articles about dependency injection with Spring Boot
4+
15
### The Course
26
The "REST With Spring" Classes: http://bit.ly/restwithspring
37

spring-boot-flowable/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Spring Boot Flowable
2+
3+
This module contains articles about Flowable in Boot applications
4+
15
### Relevant articles
26

37
- [Introduction to Flowable](http://www.baeldung.com/flowable)

spring-boot-nashorn/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Spring Boot Nashorn
2+
3+
This module contains articles about Spring Boot with Nashorn
4+
15
### Relevant Articles:
2-
- []()
6+
7+
- [Isomorphic Application with React and Nashorn](https://www.baeldung.com/react-nashorn-isomorphic-app)
38

spring-security-kerberos/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
## @PreFilter and @PostFilter annotations
1+
## Spring Security Kerberos
22

3-
### Build the Project ###
4-
5-
```
6-
mvn clean install
7-
```
3+
This module contains articles about Spring Security Kerberos
84

95
### Relevant Articles:
6+
107
- [Introduction to SPNEGO/Kerberos Authentication in Spring](https://www.baeldung.com/spring-security-kerberos)
8+
9+
### @PreFilter and @PostFilter annotations
10+
11+
### Build the Project ###
12+
13+
`mvn clean install`

tensorflow-java/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Tensorflow
2+
3+
This module contains articles about Tensorflow
4+
15
## Relevant articles:
26

37
- [Introduction to Tensorflow for Java](https://www.baeldung.com/tensorflow-java)

wicket/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
## Wicket
12

2-
From the same directory where pom.xml is, execute the following command to run the project:
3-
4-
mvn jetty:run
3+
This module contains articles about Wicket
54

5+
### Relevant Articles
66

7-
###Relevant Articles:
87
- [Introduction to the Wicket Framework](http://www.baeldung.com/intro-to-the-wicket-framework)
8+
9+
### Execution
10+
11+
From the same directory where pom.xml is, execute the following command to run the project:
12+
13+
mvn jetty:run

xml/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## XML
2+
3+
This module contains articles about eXtensible Markup Language (XML)
4+
15
### Relevant Articles:
26
- [Intro to XPath with Java](http://www.baeldung.com/java-xpath)
37
- [Introduction to JiBX](http://www.baeldung.com/jibx)

xstream/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## XStream
2+
3+
This module contains articles about XStream
4+
15
## Relevant Articles:
26

37
- [XStream User Guide: JSON](http://www.baeldung.com/xstream-json-processing)

0 commit comments

Comments
 (0)