hezean / sustc

Template for project 2 of SUSTech Principles of Database Systems (CS307 / CS213), 23 fall semester.
http://172.18.34.154
MIT License
22 stars 9 forks source link

[Shell] Modifications not updated #68

Closed dequeueing closed 8 months ago

dequeueing commented 8 months ago

Related module

Shell

What happened

I found that my modifications won't be updated. For example: I change somewhere in public Integer sum(int a, int b) { like this:

image

Then I run bootRun. Amazingly, it still comes the correct result.

image

What I have tried: restart bootRun, restart IDE, restart computer, truncate the tables and import them again. All fail.

I am really really confused. How to solve this?

Thank you!

What you expected to happen

No response

How to reproduce

No response

Anything else

No response

hezean commented 8 months ago

did you generate a jar?

https://github.com/hezean/sustc/blob/2a596f950bb6b2132eb4f35347a3e61ebd14f168/README.md?plain=1#L147-L148

dequeueing commented 8 months ago

Problem solved. Thank you.