公众号:架构师与哈苏
关注公众号进入it交流群! 公众号:架构师与哈苏 不定时都会推送一些实用的干货。。。
摘要: 打开set Editor->File and Code Templates → Class #if (${PACKAGE_NAME} && ${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end #parse("File Header.java") #s 阅读全文
posted @ 2022-03-08 17:47 公众号/架构师与哈苏 阅读(36) 评论(0) 推荐(0) 编辑
摘要: 注解:EnableDimEnhance package com.comma.teeth.enhance.dim.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; i 阅读全文
posted @ 2022-03-08 16:16 公众号/架构师与哈苏 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 公共类 接口 Student package com.example.demo.test.proxy; public interface Student { String eat(); String see(); } 实现类 StudentImpl package com.example.demo. 阅读全文
posted @ 2022-03-08 15:57 公众号/架构师与哈苏 阅读(20) 评论(0) 推荐(0) 编辑