[BAEL-17476] Add README descriptions 17 (#7877)

* [BAEL-17476] Add README descriptions 17

* Removed 'with' in spring security kerberos readme
This commit is contained in:
Sam Millington 2019-09-27 14:58:00 +01:00 committed by Josh Cummings
parent 80a30cf9c6
commit 950226e8f0
9 changed files with 51 additions and 17 deletions

View File

@ -1,6 +1,7 @@
========= ## Java Blockchain
## Basic Implementation of Blockchian in Java This module contains articles about Blockchain in Java
### Relevant Articles: ### Relevant Articles:
- []()
- [Implementing a Simple Blockchain in Java](https://www.baeldung.com/java-blockchain)

View File

@ -1,3 +1,7 @@
## Spring Boot Dependency Inject
This module contains articles about dependency injection with Spring Boot
### The Course ### The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring The "REST With Spring" Classes: http://bit.ly/restwithspring

View File

@ -1,3 +1,7 @@
## Spring Boot Flowable
This module contains articles about Flowable in Boot applications
### Relevant articles ### Relevant articles
- [Introduction to Flowable](http://www.baeldung.com/flowable) - [Introduction to Flowable](http://www.baeldung.com/flowable)

View File

@ -1,3 +1,8 @@
### Relevant Articles: ## Spring Boot Nashorn
- []()
This module contains articles about Spring Boot with Nashorn
### Relevant Articles:
- [Isomorphic Application with React and Nashorn](https://www.baeldung.com/react-nashorn-isomorphic-app)

View File

@ -1,10 +1,13 @@
## @PreFilter and @PostFilter annotations ## Spring Security Kerberos
This module contains articles about Spring Security Kerberos
### Relevant Articles:
- [Introduction to SPNEGO/Kerberos Authentication in Spring](https://www.baeldung.com/spring-security-kerberos)
### @PreFilter and @PostFilter annotations
### Build the Project ### ### Build the Project ###
``` `mvn clean install`
mvn clean install
```
### Relevant Articles:
- [Introduction to SPNEGO/Kerberos Authentication in Spring](https://www.baeldung.com/spring-security-kerberos)

View File

@ -1,3 +1,7 @@
## Tensorflow
This module contains articles about Tensorflow
## Relevant articles: ## Relevant articles:
- [Introduction to Tensorflow for Java](https://www.baeldung.com/tensorflow-java) - [Introduction to Tensorflow for Java](https://www.baeldung.com/tensorflow-java)

View File

@ -1,8 +1,13 @@
## Wicket
This module contains articles about Wicket
### Relevant Articles
- [Introduction to the Wicket Framework](http://www.baeldung.com/intro-to-the-wicket-framework)
### Execution
From the same directory where pom.xml is, execute the following command to run the project: From the same directory where pom.xml is, execute the following command to run the project:
mvn jetty:run mvn jetty:run
###Relevant Articles:
- [Introduction to the Wicket Framework](http://www.baeldung.com/intro-to-the-wicket-framework)

View File

@ -1,3 +1,7 @@
## XML
This module contains articles about eXtensible Markup Language (XML)
### Relevant Articles: ### Relevant Articles:
- [Intro to XPath with Java](http://www.baeldung.com/java-xpath) - [Intro to XPath with Java](http://www.baeldung.com/java-xpath)
- [Introduction to JiBX](http://www.baeldung.com/jibx) - [Introduction to JiBX](http://www.baeldung.com/jibx)

View File

@ -1,3 +1,7 @@
## XStream
This module contains articles about XStream
## Relevant Articles: ## Relevant Articles:
- [XStream User Guide: JSON](http://www.baeldung.com/xstream-json-processing) - [XStream User Guide: JSON](http://www.baeldung.com/xstream-json-processing)