java学习demo
-
Updated
Nov 14, 2017 - Java
java学习demo
Spring AOP, Spring Aspectj, Spring Boot, Spring MVC, Customer Manager App using Spring and JPA, Spring MVC Date
Simple Console Application to demonstrate Spring AOP features
this repo is based on my blog posting at https://ferry.vercel.app/blog/pemrograman-berorientasi-aspect-aop
Main concepts concerning the SOLID Principles. Here I treated some examples regarding the Inversion Of Control and Dependency Injection.
Practiced Spring core concepts, bean-scope, di, lifecycle-methods, spring aop, etc.
Spring AOP helps us to write cross cutting concerns like security, logging logic while maintaining business logic and those common cross cutting logics seperately .. Helps to resolve code tangling, code scattering and increases code reusability
Pointcut declarations helps us to reuse pointcut expressions at multiple locations .. It also has the benefits of combining pointcuts where we can be super-specific on applying advices
Java implementation of application logging.
Spring boot social media backend given by Brain Station 23
以springboot为基础的整合多项技术栈的demo
Java Full Stack Development Learning
Add a description, image, and links to the springaop topic page so that developers can more easily learn about it.
To associate your repository with the springaop topic, visit your repo's landing page and select "manage topics."