josephraj2k16

Results 5 comments of josephraj2k16

I have spring boot (v2.0.0.RELEASE) and I haven't specified MySql version explicitly. here is my pom.xml. ` 4.0.0 com.example easy-notes 1.0.0 jar easy-notes Rest API for a Simple Note Taking...

hi,I just downloaded your project and loaded it in eclipse and still the same error persists,Iam using "Clean install spring-boot:run" command as goals while running as maven build in eclipse.

i have installed mySql through mysql Installer and here is the version ![image](https://user-images.githubusercontent.com/22371275/43940764-c68de0ba-9c8e-11e8-94f7-cf365b58a6fd.png)

Still same error exists.I cant understand what u are saying.I first extracted and navigated to "spring-boot-deployment-master" directory and ran "npm install" and the result is like this ![image](https://user-images.githubusercontent.com/22371275/43699770-bff1cd12-996d-11e8-878f-14b5170fd7d0.png) After this...

> Hi > > I faced this issue on Ubuntu 20.04.3 LTS. After the following env settings the problem is solved: `export TDSVER=8.0` `export LANG=en_US.UTF-8` Where to include this env...