-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/nav 16 setup spring with rest #20
Conversation
…tureTime parameter consistent over endpoints.
- Avoid boiler plate code, use lombok instead. - Add REST test file. - Rename api to app package, due to architectural overview.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @clukas1, nice work!
Sorry, somehow my suggestions ended up in this commit d947675, instead of suggestions from the IntelliJ GitHub integration. I have to study the GitHub integration a bit better some time 😄
The only thing, which does not work anymore is the test configuration of log4j. The debug logs are gone...
I think this is due to springboot dependency, which somehow overwrites the log configuration. Eventually we need to add a spring application.properites and an application-test.properties.
I will look for a solution tomorrow evening.
src/main/java/ch/naviqore/api/controller/ScheduleController.java
Outdated
Show resolved
Hide resolved
- Update log4j dependency. - Rename package and adjust package description. - Update README.md accordingly. - Move openapi.yml into same package.
Updating the log4j dependencies solved the problem of the missing debug level in the logs. |
First dummy implementation ready for review. If merged, I think we can start working on the Streamlit Frontend and Service Definition and Implementation in parallel.