26 Nisan 2018 Perşembe

SpringContext @SessionScope Anotasyonu

Giriş
Request ve Session scope web uygulamalarında kullanılır

Örnek
Şöyle yaparız.
@SessionScope
@Component
public class UserPreferences {
  ...
}

Hiç yorum yok:

Yorum Gönder