Aspect Oriented Programming (AOP), Chinese meaning is "面向切面编程". We can separate parts of business logic with AOP to reduce coupling of them. Let's image a very common situation, beside execute ...
mvn clean install at Dockerfile: fix "FROM amazoncorretto:17" according to your JAVA_HOME jdk docker build -t aop-example-image . docker run -p 8081:8081 aop-example-image --SERVER_PORT=8081 If you ...