spring-->spring mvc-->spring boot-->spring cloud
元注解- 生命周期,类型、文档、可继承性
springboot 注解
1.configration--基础配置,相当于xml文件
2.componentscan--工程内部注解扫描
3.autoconfigration--第三方组件自动组装,如tomcat
seiya注解
1.testng注解
2.@apiserver注解
3.@caseinfo注解
hash
1.hashCode()只对hash类有效,如hashSet,hashMap
2.hashSet,属于set+hash,去重原理依赖hashCode
3.支持hash的类,override equal()方法时,需要同时override hashCode()方法
@override
hashCode()+equal()