lxqaoliao
lxqaoliao
For example, if I enable both jwt verification and sign verification, how can I access the interface as long as one of these two methods passes the verification?
If I want to verify both methods, but as long as one of them passes, I will request release, what should I do? 、
jwt:   sign:  
ok,Thank you
Can data loading only be done through Lazy?
I always use it directly Embedded Storage Manager storage=EmbeddedStorage.start (Paths. get (path)); Storage. start(); To retrieve data, every time it is retrieved, some files will be created in the storage...
How can I avoid generating logs or other files every time I load data? Every time I load data from a certain directory, a file is generated, which takes up...
In the channel_1 directory, some dat files will be generated when saving data. If saved repeatedly, the generated dat file will be about twice as large as before
If possible, can I delete all the original files before storing Data and then re store Data?
Is it true that creating it takes a lot of time?