https://github.com/bhattaraisubash/springconfig
Spring framework configuration using java (No XML).
https://github.com/bhattaraisubash/springconfig
java javaconfig spring-mvc springframework
Last synced: about 1 month ago
JSON representation
Spring framework configuration using java (No XML).
- Host: GitHub
- URL: https://github.com/bhattaraisubash/springconfig
- Owner: bhattaraisubash
- Created: 2017-05-19T06:25:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T17:42:10.000Z (about 8 years ago)
- Last Synced: 2025-01-05T08:57:31.970Z (over 1 year ago)
- Topics: java, javaconfig, spring-mvc, springframework
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringConfig
Spring Framework is the most popular and used MVC (Model View Controller) Framework for developing Web Applications in java .It is widely used by many developers and companies . Before spring 3 , spring used to be configured using XML. But , since Spring 3 , Java Config has been allowed to ease the configuration process for developers . But , XML is also allowed if you prefer .It is totally on you how you want to configure .Spring is rising day by day changing the face of Java Enterprise Development (Java EE) .
As you are already familiar with Java , it is very easier to configure with Java than with XML . I personally like java config but you can still use XML if you love XML .
### Table Of Contents