Skip to content

Commit eb5f787

Browse files
STAND-134: Fix org.springframework.beans.factory.BeanCreationException in 2.x ReffApp Standalone (#91)
1 parent a9b8c2f commit eb5f787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/config/openmrs-runtime.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ connection.password=test
1010
tomcatport=8081
1111
application_data_directory=appdata
1212
reset_connection_password=true
13-
vm_arguments=-Xmx512m -Xms512m -XX:NewSize=128m --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED
13+
vm_arguments=-Xmx512m -Xms512m -XX:NewSize=128m --add-exports=java.desktop/com.apple.eawt=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED
1414
# Tell MariaDB where to find database files (this is the important part!)
1515
connection.database.data_dir=./database/data

0 commit comments

Comments
 (0)