首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
preconstruct专题
spring的@PostConstruct和@PreConstruct
@PostConstruct和@PreConstruct。这两个注解被用来修饰一个非静态的void()方法.而且这个方法不能有抛出异常声明。 1、使用方式,例如: @PostConstruct //方式1 public void myMethod(){ ... } public @Po
阅读更多...