Get rid off master word
This commit is contained in:
@@ -3,7 +3,7 @@ Spring Integration Samples
|
||||
|
||||
# Note
|
||||
|
||||
This (master) branch requires Spring Integration 5.0 or above. For samples running against earlier versions of Spring Integration, use the __SI4.3.x__ and other branches.
|
||||
This (main) branch requires Spring Integration 5.0 or above. For samples running against earlier versions of Spring Integration, use the __SI4.3.x__ and other branches.
|
||||
|
||||
# Introduction
|
||||
|
||||
|
||||
@@ -7,8 +7,8 @@ There are two demo applications from the webinar:
|
||||
__org.springframework.integration.samples.javaconfig.annotations.Application__ is a Spring Boot application using
|
||||
Spring Integration 4.0 Java configuration features.
|
||||
|
||||
__org.springframework.integration.samples.javaconfig.dsl.Application__ is the equivalent application using the new Java
|
||||
DSL that is currently being developed in the [extensions github repository](https://github.com/spring-projects/spring-integration-extensions/tree/master/spring-integration-java-dsl)
|
||||
__org.springframework.integration.samples.javaconfig.dsl.Application__ is the equivalent application using Java DSL.
|
||||
|
||||
|
||||
In both cases, you can use Telnet or curl to search twitter
|
||||
|
||||
|
||||
@@ -248,4 +248,4 @@ For help please take a look at the Spring Integration documentation:
|
||||
|
||||
https://www.springsource.org/spring-integration
|
||||
|
||||
[Stored Procedure Sample for PostgreSql]: https://github.com/ghillert/spring-integration-samples/tree/master/intermediate/stored-procedures-postgresql
|
||||
[Stored Procedure Sample for PostgreSql]: https://github.com/ghillert/spring-integration-samples/tree/main/intermediate/stored-procedures-postgresql
|
||||
|
||||
Reference in New Issue
Block a user