Update Websocket sample to be compatible with H2 2.0

Closes gh-2013
This commit is contained in:
Eleftheria Stein
2022-01-27 14:11:26 +01:00
parent 44ff959c59
commit ab5c727846
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2019 the original author or authors.
* Copyright 2014-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -38,7 +38,7 @@ import org.springframework.security.crypto.password.PasswordEncoder;
*
* @author Rob Winch
*/
@Entity
@Entity(name = "custom_user")
public class User implements Serializable {
@Id