10 Nisan 2019 Çarşamba

SpringContext FileSystemXmlApplicationContext Sınıfı

constructor
Şöyle yaparız.
ConfigurableApplicationContext parentConfContext = ...

ApplicationContext fileContext = 
    new FileSystemXmlApplicationContext(new String[] {"file:...", parentConfContext);

Hiç yorum yok:

Yorum Gönder