[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:
parent
80a30cf9c6
commit
950226e8f0
|
@ -1,6 +1,7 @@
|
|||
=========
|
||||
## Java Blockchain
|
||||
|
||||
## Basic Implementation of Blockchian in Java
|
||||
This module contains articles about Blockchain in Java
|
||||
|
||||
### Relevant Articles:
|
||||
- []()
|
||||
|
||||
- [Implementing a Simple Blockchain in Java](https://www.baeldung.com/java-blockchain)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Spring Boot Dependency Inject
|
||||
|
||||
This module contains articles about dependency injection with Spring Boot
|
||||
|
||||
### The Course
|
||||
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## Spring Boot Flowable
|
||||
|
||||
This module contains articles about Flowable in Boot applications
|
||||
|
||||
### Relevant articles
|
||||
|
||||
- [Introduction to Flowable](http://www.baeldung.com/flowable)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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 ###
|
||||
|
||||
```
|
||||
mvn clean install
|
||||
```
|
||||
|
||||
### Relevant Articles:
|
||||
- [Introduction to SPNEGO/Kerberos Authentication in Spring](https://www.baeldung.com/spring-security-kerberos)
|
||||
`mvn clean install`
|
|
@ -1,3 +1,7 @@
|
|||
## Tensorflow
|
||||
|
||||
This module contains articles about Tensorflow
|
||||
|
||||
## Relevant articles:
|
||||
|
||||
- [Introduction to Tensorflow for Java](https://www.baeldung.com/tensorflow-java)
|
||||
|
|
|
@ -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:
|
||||
|
||||
mvn jetty:run
|
||||
|
||||
|
||||
###Relevant Articles:
|
||||
- [Introduction to the Wicket Framework](http://www.baeldung.com/intro-to-the-wicket-framework)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## XML
|
||||
|
||||
This module contains articles about eXtensible Markup Language (XML)
|
||||
|
||||
### Relevant Articles:
|
||||
- [Intro to XPath with Java](http://www.baeldung.com/java-xpath)
|
||||
- [Introduction to JiBX](http://www.baeldung.com/jibx)
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
## XStream
|
||||
|
||||
This module contains articles about XStream
|
||||
|
||||
## Relevant Articles:
|
||||
|
||||
- [XStream User Guide: JSON](http://www.baeldung.com/xstream-json-processing)
|
||||
|
|
Loading…
Reference in New Issue