lxqaoliao

Results 11 comments of 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: ![image](https://github.com/apache/shenyu/assets/136814416/c4d00e95-61b9-4952-93fa-fdf7fee8474f) ![image](https://github.com/apache/shenyu/assets/136814416/28750162-2ba1-483f-ad87-3901a123dc50) sign: ![image](https://github.com/apache/shenyu/assets/136814416/0081fcba-786d-4825-ba27-29ed87b7b36c) ![image](https://github.com/apache/shenyu/assets/136814416/70dcdf08-44c4-4610-b556-d6e6c0548c5a)

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?