Changes

Jump to navigation Jump to search
217 bytes added ,  12:53, 30 April 2022
m
no edit summary
Line 5: Line 5:  
[https://github.com/in28minutes/java-a-course-for-beginners/blob/master/51-learn-spring-framework/5.md#srcmainjavacomin28minuteslearnspringframeworksampleenterpriseflowwebcontrollerjava Code example]
 
[https://github.com/in28minutes/java-a-course-for-beginners/blob/master/51-learn-spring-framework/5.md#srcmainjavacomin28minuteslearnspringframeworksampleenterpriseflowwebcontrollerjava Code example]
   −
=== application.properties ===
+
===application.properties===
 
<syntaxhighlight lang="java">
 
<syntaxhighlight lang="java">
 
logging.level.org.springframework=DEBUG
 
logging.level.org.springframework=DEBUG
 
</syntaxhighlight>
 
</syntaxhighlight>
   −
=== pom.xml (Dependencies) ===
+
===pom.xml (Dependencies)===
 
<syntaxhighlight lang="xml">
 
<syntaxhighlight lang="xml">
 
....
 
....
Line 22: Line 22:  
     </dependencies>
 
     </dependencies>
 
....
 
....
</syntaxhighlight><br />
+
</syntaxhighlight>
 +
 
 +
=== Spring Modules ===
 +
Core: IoC Container etc.
 +
 
 +
Testing: Mock Objects, Spring MVC Test, etc
 +
 
 +
Data Access: Transactions, JDBC, JPA etc
 +
 
 +
Web Servlet: Spring MVC etc
 +
 
 +
Web Reactive: Spring WebFlux etc
 +
 
 +
Integration: JMS etc<br />

Navigation menu