Correção acentuação
parent
3a8c4f178e
commit
d36fd7852b
|
@ -151,7 +151,7 @@ public class FlyWay {
|
|||
try{
|
||||
String ambiente = System.getProperty("ambiente") ==null || System.getProperty("ambiente").isEmpty() ? "" : System.getProperty("ambiente");
|
||||
if( (AMBIENTE_DEV.equalsIgnoreCase(ambiente) && AMBIENTE_CONSULTA.equalsIgnoreCase(ambiente)) && Boolean.FALSE.equals(isReloadFlyway) ) {
|
||||
log.warn("Flyway n<EFBFBD>o executado. Ambiente = dev ou consulta");
|
||||
log.warn("Flyway não executado. Ambiente = dev ou consulta");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue