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