You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB Setup for Common Components (WAR): The launcher now recognizes the egovframe-common-components DB layout (script/ddl/mysql + script/dml/mysql alongside globals.properties) as a fourth DB pattern. The shared com schema is created without dropping (it coexists with the MSA stack's data), scripts are imported tolerantly, and globals.properties is deliberately left untouched — its password is encrypted via egovPasswordResolver, so the expected com/com01 MySQL account is provisioned instead. No rebuild needed after DB setup.
Fixed
msa-edu Build on Windows: Gradle wrapper build steps declared as sh gradlew ... failed with exec: "sh": executable file not found. On Windows they now run via the sibling gradlew.bat automatically.
Verified
msa-edu DB Setup: Confirmed already covered by the existing compose pattern — its self-managing init.sql runs as-is under root and the msaportal user is created from the compose file's MYSQL_USER/MYSQL_PASSWORD.