python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to change database from h2 to MySql in JBPM
I want to change database (h2 to SQL) in JBPM
from
<datasources>
<datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" us...
sonalika
Votes: 0
Answers: 1
h2+hibernate error when the column name is a keyword
My production uses MySQL 5.7 and I run h2 (MODE=MySQL) for tests. My connection string is like:
jdbc:h2:mem:ci_main;IGNORECASE=TRUE;MODE=MySQL;
I used Hibernate 5.6.3 with MySQL57InnoDBDialect.
It ha...
James
Votes: 0
Answers: 1
i got Whitelabel Error Page error when i hit http://localhost:8080/h2-console url in springboot project
this is my application.properties file in src/main/resource
spring.datasource.platform=h2
spring.h2.console.enabled=true
spring.datasource.url=jdbc:h2:mem:testdb
i have added h2 dependency in pom...
ritu mansata
Votes: 0
Answers: 1
H2 REGEXP_REPLACE function to get value
Here i my sample string:
{"username":"sample_usernme","login":"jack777","groups":[],"emailAddress":"sample@sample.com","company":null,"phone":null,"bindedKeys":["sample_usernme"],"owner":null,"exp...
orion363
Votes: 0
Answers: 0