|
@@ -50,22 +50,22 @@ libsigar-sparc-solaris.so,libsigar-x86-linux.so
|
|
|
system.platform.config=JPA
|
|
|
|
|
|
#MYSQL
|
|
|
-system.jdbc.url=jdbc:mysql://localhost:3306/hello_world
|
|
|
-system.jdbc.driver=com.mysql.jdbc.Driver
|
|
|
-system.jdbc.dialect=org.hibernate.dialect.MySQLDialect
|
|
|
-system.jdbc.database.platform=MYSQL
|
|
|
+#system.jdbc.url=jdbc:mysql://localhost:3306/hello_world
|
|
|
+#system.jdbc.driver=com.mysql.jdbc.Driver
|
|
|
+#system.jdbc.dialect=org.hibernate.dialect.MySQLDialect
|
|
|
+#system.jdbc.database.platform=MYSQL
|
|
|
|
|
|
#DERBY
|
|
|
-#system.derby.database.path=/tmp/database/hello_world
|
|
|
-#system.jdbc.url=jdbc:derby:beyondj;create=true
|
|
|
-#system.jdbc.driver=org.apache.derby.jdbc.ClientDriver
|
|
|
-#system.jdbc.dialect=org.hibernate.dialect.DerbyTenSevenDialect
|
|
|
-#system.jdbc.database.platform=DERBY
|
|
|
+system.derby.database.path=beyondj
|
|
|
+system.jdbc.url=jdbc:derby:beyondj;create=true
|
|
|
+system.jdbc.driver=org.apache.derby.jdbc.EmbeddedDriver
|
|
|
+system.jdbc.dialect=org.hibernate.dialect.DerbyTenSevenDialect
|
|
|
+system.jdbc.database.platform=DERBY
|
|
|
#derby.server.port=1527
|
|
|
#derby.server.name=localhost
|
|
|
|
|
|
#DO NOt COMMENT THE LINE OUT EVEN IF DERBY IS NOT BEING USED
|
|
|
-system.derby.database.test.path:jdbc:derby://localhost:1527/hello_world;create=false;user=benchmarkdbuser;password=benchmarkdbpass
|
|
|
+#system.derby.database.test.path:jdbc:derby://localhost:1527/hello_world;create=false;user=benchmarkdbuser;password=benchmarkdbpass
|
|
|
|
|
|
system.jdbc.username=benchmarkdbuser
|
|
|
system.jdbc.password=benchmarkdbpass
|
|
@@ -98,6 +98,8 @@ welcome = \
|
|
|
- \u001B[36mApache Camel\u001B[0m - Version camel.version\n\
|
|
|
- \u001B[36mHazelcast\u001B[0m - Version hazelcast.version\n\
|
|
|
- \u001B[36mAkka\u001B[0m - Version akka.version\n\
|
|
|
+\n\
|
|
|
+ \n\http://127.0.0.1:7070?__c=beyondj-service
|
|
|
\n\
|
|
|
Press '\u001B[1m<CNTRL-C>\u001B[0m'to exit\n\
|
|
|
|
|
@@ -107,6 +109,6 @@ springVersion=4.1.2.RELEASE
|
|
|
hazelcastVersion=3.5.2
|
|
|
showBanding=TRUE
|
|
|
|
|
|
-
|
|
|
+system.persist.deployments.enabled=FALSE
|
|
|
system.metrics.collection.cron=0+0/1+*+*+*+?
|
|
|
system.metrics.provision.url=http://localhost:7777/servlets/metrics
|