Spring boot Cloud Eureka Server Example

Spring boot cloud eureka server example

Table of Contents1. OverviewSteps to configure Eureka server2. Eureka Server Configuration Example2.1 pom.xml2.2 application.properties2.3 application.yml2.4 EurekaServerApplication2.5 Run Spring boot application:2.6 Open Eureka Server Dashboard3. References4. Source Code 1. Overview This…

spring boot development tips

Spring boot development tips

Table of Contents1. Overview2. Spring boot tips1. Spring boot Dev Tools2. Profile-based development3. Spring boot application database migration4. Spring boot view build information in production or staging5. Spring boot running…

Spring boot OAuth2 JDBC token store example

Spring boot OAuth2 JDBC token store example

Table of Contents1. Overview 2. Example2.1 pom.xml2.2 schema.sql2.3 application.properties2.4 SecurityOAuth2Configuration2.5 SecurityConfiguration2.6 SpringBootApplication2.7 Output:3. Source Code 1. Overview In the previous example, we have discussed about spring boot OAuth 2 authentication server…

Spring Security Auth 2.0 Resource Server Example

Spring Security OAuth 2.0 Resource Server Example

Table of Contents1. Overview 2. ExampleTechnology Stack2.1 pom.xml2.2 application.properties2.3 SecurityResourceServerConfig2.4 SpringBootApplication2.5 SpringBootResourceController2.6 Output:4. References 1. Overview This article contains Spring Security OAuth 2.0 Resource Server Example, In our previous article we have…

java tutorial

Java tutorial

This article contains java tutorial with different example. Its contains specially java 8 related features example. Index Install java in Ubuntu Linux Java Create Directory Java Find duplicate objects in list…

SOLR TUTORIAL

Solr Tutorial

This article contains Solr tutorial with different different example. Index Spring Boot Solr Example Solrj Client Basic Authentication Example Securing Solr Setup Basic Authentication Securing Solr-Solrj Client Example Securing Solr…

Spring Boot Solr Example

Spring Boot Solr Example

Table of Contents1. Overview2. Example2.1 Solr ConfigurationStart SolrCreate Coreschema.xml2.2 pom.xml2.3 application.properties2.4 SpringBootConfig2.5 Creating a Document2.5 DocumentRepository2.7 SolrDocumentController2.8 Build Application2.9. Run Application2.10 Output1 Save Documents2 View Documents3 Delete Documents3. References 1….

Scala Create Temporary File

Scala Create Temporary File

Scalable Languageor we can say Scalais a JVM based language. Scala is a hybrid functional programming language and object-oriented programming language.  Scala and Java are two of the most important…