Skip to content
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

Fix command line invocation of spring boot demo #16

Merged
merged 1 commit into from
Feb 24, 2024

Conversation

albertchae
Copy link
Collaborator

Also remove run from the ktor server, alternatively we can run
gradle run or gradle bootRunwithout scoping the tasks because there aren't collisions, so it's confusing to haverun` twice for the ktor
server

Copy link
Collaborator

@KiKoS0 KiKoS0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@albertchae albertchae force-pushed the fix-command-line-server-commands branch from 9f2c416 to e05bbd5 Compare February 24, 2024 05:25
…Makefile

Also remove `run` from the ktor server, alternatively we can run
`gradle run` or gradle bootRun` without scoping the tasks because there
aren't collisions, so it's confusing to have `run` twice for the ktor
server
@albertchae albertchae force-pushed the fix-command-line-server-commands branch from e05bbd5 to e352224 Compare February 24, 2024 05:34
@albertchae albertchae merged commit ab46ac9 into main Feb 24, 2024
7 checks passed
@albertchae albertchae deleted the fix-command-line-server-commands branch February 24, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants