Posts by Fernando Gonçalves • 36 points
2 posts
-
1
votes1
answer109
viewsA: Change Active Profiles Spring at runtime
Yes, it is possible to do programmatically via java. Use as follows: ctx.getEnvironment().setActiveProfiles("container"); Where ctx is your spring context. Source:…
-
1
votes1
answer81
viewsA: API 16+ Database Error
Stéfano, you could include the error logs you got? Maybe you are facing the same problem I had when I tested my app in versions 4.+, because I developed it based on version 2.3 as well. The problem…