-
Notifications
You must be signed in to change notification settings - Fork 2
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
Backend Java from Technokek with love <3 #5
base: master
Are you sure you want to change the base?
Conversation
V l a d i s l a v
я дарю тебе стиль
Merge files for develop
О нет, зачем новый пул реквест ???? =((( |
чеккер упал |
<scope>test</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.vaadin.external.google</groupId> |
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.
зачем столько библиотек для json? Должно хватать одного jackson
|
||
@Entity | ||
@Table(name = "multiplayer") | ||
public class Multiplayer { |
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.
что это за класс? Из названия не понятно
|
||
public Message registUser(User newbie, HttpSession httpSession) throws Exception { | ||
|
||
final List<User> allUsers = userDao.findAll(); |
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.
Здесь должен быть запрос, а не findAll
|
||
import org.junit.Test; | ||
|
||
public class GameApiControllerTest { |
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.
А это что за пустой класс?
ребята, когда поправите? |
No description provided.