Zero Zheng

Results 2 issues of Zero Zheng

Hi, when I operate repository, my process finished with exit. Here is my code ``` Artifactory artifactory = ArtifactoryClientBuilder.create() .setUrl("http://192.168.1.**:8081/artifactory") .setUsername("admin") .setPassword("?????") .build(); DebianRepositorySettingsImpl settings = new DebianRepositorySettingsImpl(); settings.setDebianTrivialLayout(true); Repository...

道行太浅,下不下来,也看不到啊