Closed RoryLiuwenxuan closed 6 years ago
I got this error when I test the java example code. com.typesafe.config.ConfigException$Parse: application.conf: 2: Document has trailing tokens after first object or array: 'url'
com.typesafe.config.ConfigException$Parse: application.conf: 2: Document has trailing tokens after first object or array: 'url'
My application.conf as below: [influxdb] url="http://192.168.163.100:8086"
I know this error cause by my application.conf be at fault,but I didn't find any guidance for it ,can somebody share your config file? Many Thanks
I have found it in this link: https://github.com/pygmalios/reactiveinflux-spark/blob/master/examples/src/main/resources/application.conf
I got this error when I test the java example code.
com.typesafe.config.ConfigException$Parse: application.conf: 2: Document has trailing tokens after first object or array: 'url'
My application.conf as below: [influxdb] url="http://192.168.163.100:8086"
I know this error cause by my application.conf be at fault,but I didn't find any guidance for it ,can somebody share your config file? Many Thanks