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

merge: (#1) Student Login API #4

Merged
merged 23 commits into from
Mar 30, 2023
Merged

merge: (#1) Student Login API #4

merged 23 commits into from
Mar 30, 2023

Conversation

khcho0125
Copy link
Owner

@khcho0125 khcho0125 commented Mar 21, 2023

Task Description

  • Persistence Entity
  • Student Login API

Check List

  • The application doesn't have any errors during start-up or testing?
  • Did you add Javadoc comment?

Relation Issue

@khcho0125 khcho0125 added the enhancement New feature or request label Mar 21, 2023
@khcho0125 khcho0125 self-assigned this Mar 21, 2023
@khcho0125
Copy link
Owner Author

The reason why student login request was not serialized was due to a dependency version issue.
I originally used the 'Ktor Serialization' dependency, but as Ktor's version was updated from 1.6.x to 2.x.x, It was replaced by 'Ktor Serialization Kotlinx Json' and 'Ktor Server Content Negotiation', as stated on the releases page of the Ktor Document.

@khcho0125 khcho0125 merged commit 80397e0 into main Mar 30, 2023
@khcho0125 khcho0125 deleted the develop branch March 31, 2023 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Persistence & Security Funtion Implementation
2 participants