Techiehints
-
Prettier code installation setup on the visual studio.
Installation Configuration You have several ways to configure Prettier: Formatting Important Notes: Let me know if you’d like specific examples… Read More
-
Http Methods and purpose
HTTP METHOD CRUD ENTIRE COLLECTION (E.G. /USERS) SPECIFIC ITEM (E.G. /USERS/123) POST Create 201 (Created), ‘Location’ header with link to… Read More
-
Design Patterns
In Software Engineering, A design pattern… Read More
-
Exception in thread “main” java.lang.UnsupportedClassVersionError: org/apache/maven/cli/MavenCli : Unsupported major.minor version 51.0
Lets try to understand the Error: As the error show the code is built for Java 7. If you try… 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
-
How to traverse files recursively in Java?
In this post you can find very use full program in Java. Inorder to get this implementation you need to… Read More
-
Techie Hints
The technology keeps moving forward, which makes it easier for the artists to tell their stories and paint the pictures… Read More
