Skip to content

Instantly share code, notes, and snippets.

View dumbNickname's full-sized avatar

Bartek Pietrowski dumbNickname

View GitHub Profile
@Value("${memory.auth.active}")
private boolean inMemoryActive;
@Value("${memory.auth.username}")
private String inMemoryUsername;
@Value("${memory.auth.password}")
private String inMemoryPassword;
// Dirty solution to provide in memory authentication