The SpringBoot application cannot read proper cache file , the nacos version is 1.3.0, the application read the cache file in
"C:\User\xxx\nacos\config...", but I found the cache file stored at D:\nacos\data\tenant.....(this is the location of nacos application)
Describe what you expected to happen
I want to know how to define a location, like the zookeeper.
How to reproduce it (as minimally and precisely as possible)
normal start the application
Tell us your environment
Windows 10, SpringBoot 2.3.0.RELEASE,SpringCloud Greenwich.SR1 , SpringCloudAlibaba2.2.1.RELEASE
Issue Description
Type: bug report or feature request bug report
Describe what happened (or what feature you want)
The SpringBoot application cannot read proper cache file , the nacos version is 1.3.0, the application read the cache file in "C:\User\xxx\nacos\config...", but I found the cache file stored at D:\nacos\data\tenant.....(this is the location of nacos application)
Describe what you expected to happen
I want to know how to define a location, like the zookeeper.
How to reproduce it (as minimally and precisely as possible)
Tell us your environment
Windows 10, SpringBoot 2.3.0.RELEASE,SpringCloud Greenwich.SR1 , SpringCloudAlibaba2.2.1.RELEASE
Anything else we need to know?