Java Zone - The heart of the Java developer community
Java Zone - The heart of the Java developer community |
| Multiple Ways to Configure Spring Posted: 30 Sep 2021 01:04 PM PDT Two weeks ago, I wrote how you could write a Spring application with no annotations. Many alternatives are available to configure your Spring app. I'd like to list them in this post, leaving Spring Boot out of the picture on purpose. Core ConceptsA couple of concepts are central in Spring. The related documentation doesn't describe most of them. Here is my understanding of them: |
| HashMap: Things You Should Know How To Do Posted: 30 Sep 2021 09:16 AM PDT What Is HashMap and How To Use ItIn the Java programming language, HashMap is widely used to store data in a key-value manner to establish an association between key-value pairs. It is used to map keys with specified values.
|
| You are subscribed to email updates from DZone Java Zone. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
| Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States | |
Comments
Post a Comment