forked from BLC/sgeUpdated
Compare commits
3 Commits
8f41ce3d51
...
test
| Author | SHA1 | Date | |
|---|---|---|---|
| 7976d56552 | |||
| e3536ea6a3 | |||
| fcc5edcbe2 |
@@ -11,7 +11,7 @@
|
||||
</parent>
|
||||
<groupId>com.sgs</groupId>
|
||||
<artifactId>sgs</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>0.0.2-SNAPSHOT</version>
|
||||
<name>sgs</name>
|
||||
<description>SGS project for Spring Boot</description>
|
||||
<properties>
|
||||
|
||||
@@ -187,7 +187,7 @@ public class SgsApplication implements CommandLineRunner {
|
||||
admin.setFirstName("Seda");
|
||||
admin.setLastName("Kemikli");
|
||||
admin.setEmail("seda.kemikli@blc-css.com");
|
||||
admin.setPhoneNumber("11111111");
|
||||
admin.setPhoneNumber("11111511");
|
||||
admin.setPassword(passwordEncoder.encode("admin"));
|
||||
// if (organizations.size() == 1) {
|
||||
// admin.setOrganizations(organizations);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "sgs-web",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.1",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.13.8",
|
||||
|
||||
Reference in New Issue
Block a user