10 2022 档案
摘要:1.目标接口 package org.example.proxy; public interface Calculator { int add(int i, int j); int sub(int i, int j); int mul(int i, int j); int div(int i, in
阅读全文
摘要:1.新建项目atguigu-hello-spring-boot-starter,在pox.xml中导入自动配置atguigu-hello-spring-boot-starter-autoconfigure项目 <dependencies> <dependency> <groupId>com.atgu
阅读全文