Spring
-
Property File Configuration for Java Bean in Spring
Here is 2 simple steps to configure property file in Spring , Step 1: Prepare Bean for property file. Sample property… Read More
-
Spring Boot Framework | A Spring + Framework
What is Spring Boot ? Spring Boot is a Framework from The Spring Team to ease the bootstrapping and development of new… Read More
-
What is Web services ?
Web Services is a service can be written in any supporting languages such as Java, .Net … Web Services establishes communication… Read More
-
How to generate access token in Spring ?
URL to generate access_token: Type 1: Generation of token using Username & password: http://localhost:8080/<app_name>/oauth/token?grant_type=password&client_id=restapp&client_secret=restapp&username=techie&password=techie@rest Type 2: Generation of token without… Read More
