Default Changelist

This commit is contained in:
19611
2025-10-02 15:20:20 +08:00
commit 61c0476f9d
42 changed files with 630 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package com.spring;
public interface InitializingBean {
void afterPropertiesSet();
}