Skip to content
Snippets Groups Projects
Commit e7f219dc authored by Annika Geßmann's avatar Annika Geßmann
Browse files

check on groupmanagement-schema; in thinktogether-schema cat YES group No

parent 71fb6e51
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import java.sql.Date; ...@@ -5,7 +5,7 @@ import java.sql.Date;
@Entity @Entity
public class Group { public class Group {
@Id
private Long id; private Long id;
private String status; private String status;
......
spring.datasource.url=jdbc:mariadb://thinktogether.mariadb.database.azure.com:3306/playground spring.datasource.url=jdbc:mariadb://thinktogether.mariadb.database.azure.com:3306/groupmanagement
spring.datasource.username=Nachtkind spring.datasource.username=Nachtkind
spring.datasource.password=!13072020VerteilteSysteme spring.datasource.password=!13072020VerteilteSysteme
spring.jpa.show-sql=true spring.jpa.show-sql=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment