-
Notifications
You must be signed in to change notification settings - Fork 10
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
About user's register and userRecord's imports #32
Comments
The entire testing process is divided into two steps:
|
@WhatWEat Thank you! |
if you want to test register, here is a example(you can find more command in the io/sustc/command): |
While using commands in bootRun, @ShellMethod("user delete") like this, not like @ShellMethod(key = "db groupmember", value = "List group members") with "key = ..." , user delete or the method name cannot be recognized as a command, I'm unable to test my methods. And, is try (Connection connection = dataSource.getConnection()) unable to use? I make a main method to use this, and everytime it ends with errors. |
Should the register and import of users' information share the same database?
Should userRecord be imported only if there exists a user with same information (say, mid) registered?
The text was updated successfully, but these errors were encountered: