AmitSureshChandra / online-code-runner

online compilor to run code in various languages
MIT License
3 stars 1 forks source link

migrate project from spring boot 2 -> 3 #17

Closed AmitSureshChandra closed 7 months ago

AmitSureshChandra commented 8 months ago

commit for the change : https://github.com/AmitSureshChandra/online-compiler/commit/ef3bc432674703ea54d124ad5a7b8ff801eceb98

Shiroo77 commented 7 months ago

Is the issue solved ? I would like to work on this

AmitSureshChandra commented 7 months ago

Is the issue solved ? I would like to work on this

@Shiroo77 I have already added spring boot 3 in current project, I forgot to update the issue, commit for that change : ef3bc43

I have used online-compiler api in code-judge project. code-judge is currently in spring boot 2, so if you want migrate that project in spring boot 3.

link for that issue : https://github.com/AmitSureshChandra/code-judge/issues/12