artbits/quickio

Hessian can't find Java bean

Shamikoh opened this issue ยท 4 comments

This problem has already been reported by what I've seen here #1, but in mine I don't modify the directory at any time, the only thing I do is create a QuickIO.DB ( Well that's what I believe, could I be wrong? Perhaps )

1 - Problem

Screenshot_2023-01-10-20-28-31-112_com termux

2 - The Java Bean

Screenshot_2023-01-10-20-29-18-648-edit_com termux

3 - Where do I create the DB

Screenshot_2023-01-10-20-29-39-876-edit_com termux

I program on my cell phone using Termux so I don't know if this can influence something

This problem has already been reported by what I've seen here #1, but in mine I don't modify the directory at any time, the only thing I do is create a QuickIO.DB ( Well that's what I believe, could I be wrong? Perhaps )

1 - Problem

Screenshot_2023-01-10-20-28-31-112_com termux

2 - The Java Bean

Screenshot_2023-01-10-20-29-18-648-edit_com termux

3 - Where do I create the DB

Screenshot_2023-01-10-20-29-39-876-edit_com termux

I program on my cell phone using Termux so I don't know if this can influence something

I made another project, this time only with the dependency and then, it worked amazingly, so the software I use is probably causing this problem.

I followed your code, wrote it with IDEA and ran it, and found that Hessian worked normally. However, my IDEA version is relatively high, which causes Lombok to not work properly. The location of the cause of the problem cannot be determined temporarily.๐Ÿ˜„

I followed your code, wrote it with IDEA and ran it, and found that Hessian worked normally. However, my IDEA version is relatively high, which causes Lombok to not work properly. The location of the cause of the problem cannot be determined temporarily.๐Ÿ˜„

I see, well I'll close the issue and try to do something based on what you said now, thanks a lot again

I followed your code, wrote it with IDEA and ran it, and found that Hessian worked normally. However, my IDEA version is relatively high, which causes Lombok to not work properly. The location of the cause of the problem cannot be determined temporarily.๐Ÿ˜„

I see, well I'll close the issue and try to do something based on what you said now, thanks a lot again

You are welcome.