So I'm using a H2 database with encryption using CIPHER=AES into the db.url. Into db.password I've set : encryptionkey password and it doesn't create the tables required by symmetricds. Does any one know how to make it work? Thanks
So I'm using a H2 database with encryption using CIPHER=AES into the db.url. Into db.password I've set : encryptionkey password and it doesn't create the tables required by symmetricds. Does any one know how to make it work? I have an other question, if I try with no encryption, it deletes my tables I've created with my software. How can I say to SymmetricDS to not erase my tables? Thanks
So I'm using a H2 database with encryption using CIPHER=AES into the db.url. Into db.password I've set : encryptionkey password and it doesn't create the tables required by symmetricds. Does any one know how to make it work? Thanks
I'm trying to add symmetric-server as a dependency to make symmetricds embedded to my app but when I'm trying to build my jar and run it, it breaks my "Core" jar and so I can't access any classes from it. "ClassNotFoundException" do you know why? Is it the good dependency I need to add?
Found it, it was well hidden :)
Also is there any maven repo that I can use?
Hi, I've checked the user guide and the folders but I wonder if I need every lib? Thanks