데몬 postConstruct 주석

main
이범준 7 months ago
parent da091bd675
commit a994de8943

@ -26,8 +26,8 @@ public class CfsDaemon {
List<String> digits = Arrays.asList("0","1","2","3","4","5","6","7","8","9");
@PostConstruct
public void init() {
//@PostConstruct
public void onCreated() {
createThread();

Loading…
Cancel
Save