Files
java-tutorials/spring-ejb/spring-ejb-client/src/main/resources/jboss-ejb-client.properties
T
devender.kumar fb34b40870 Fix typo
2019-10-30 23:16:56 +01:00

8 lines
390 B
Properties

endpoint.name=client-endpoint
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
remote.connection.default.host=127.0.0.1
remote.connection.default.port=8080
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false
remote.connection.default.username=myusername
remote.connection.default.password=mypassword