Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix member
Browse files Browse the repository at this point in the history
  • Loading branch information
LimiteDiTempo committed Aug 26, 2024
1 parent 3cbadec commit 33f5e0d
Show file tree
Hide file tree
Showing 522 changed files with 3,411 additions and 145 deletions.
Binary file modified .gradle/8.8/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/8.8/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/8.8/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/8.8/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/8.8/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
package com.byebye.chapterTwo.domain.applicant.entity;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;


/**
* QApplicantEntity is a Querydsl query type for ApplicantEntity
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QApplicantEntity extends EntityPathBase<ApplicantEntity> {

private static final long serialVersionUID = 1192222402L;

public static final QApplicantEntity applicantEntity = new QApplicantEntity("applicantEntity");

public final NumberPath<Long> gooinId = createNumber("gooinId", Long.class);

public final NumberPath<Long> id = createNumber("id", Long.class);

public final StringPath userName = createString("userName");

public QApplicantEntity(String variable) {
super(ApplicantEntity.class, forVariable(variable));
}

public QApplicantEntity(Path<ApplicantEntity> path) {
super(path.getType(), path.getMetadata());
}

public QApplicantEntity(PathMetadata metadata) {
super(ApplicantEntity.class, metadata);
}

}

Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
package com.byebye.chapterTwo.domain.business.entity;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;


/**
* QBusinessEntity is a Querydsl query type for BusinessEntity
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QBusinessEntity extends EntityPathBase<BusinessEntity> {

private static final long serialVersionUID = -341384804L;

public static final QBusinessEntity businessEntity = new QBusinessEntity("businessEntity");

public final StringPath ceo = createString("ceo");

public final StringPath description = createString("description");

public final NumberPath<Long> id = createNumber("id", Long.class);

public final StringPath name = createString("name");

public final StringPath phoneNum = createString("phoneNum");

public final StringPath shortDescription = createString("shortDescription");

public QBusinessEntity(String variable) {
super(BusinessEntity.class, forVariable(variable));
}

public QBusinessEntity(Path<BusinessEntity> path) {
super(path.getType(), path.getMetadata());
}

public QBusinessEntity(PathMetadata metadata) {
super(BusinessEntity.class, metadata);
}

}

Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
package com.byebye.chapterTwo.domain.gooin.entity;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;


/**
* QGooinEntity is a Querydsl query type for GooinEntity
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QGooinEntity extends EntityPathBase<GooinEntity> {

private static final long serialVersionUID = 271581058L;

public static final QGooinEntity gooinEntity = new QGooinEntity("gooinEntity");

public final StringPath description = createString("description");

public final NumberPath<Long> id = createNumber("id", Long.class);

public final StringPath title = createString("title");

public final StringPath userName = createString("userName");

public QGooinEntity(String variable) {
super(GooinEntity.class, forVariable(variable));
}

public QGooinEntity(Path<GooinEntity> path) {
super(path.getType(), path.getMetadata());
}

public QGooinEntity(PathMetadata metadata) {
super(GooinEntity.class, metadata);
}

}

Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
package com.byebye.chapterTwo.domain.member.adapter.out.entity;

import static com.querydsl.core.types.PathMetadataFactory.*;

import com.querydsl.core.types.dsl.*;

import com.querydsl.core.types.PathMetadata;
import javax.annotation.processing.Generated;
import com.querydsl.core.types.Path;


/**
* QMemberEntity is a Querydsl query type for MemberEntity
*/
@Generated("com.querydsl.codegen.DefaultEntitySerializer")
public class QMemberEntity extends EntityPathBase<MemberEntity> {

private static final long serialVersionUID = 1492354001L;

public static final QMemberEntity memberEntity = new QMemberEntity("memberEntity");

public final StringPath id = createString("id");

public final StringPath name = createString("name");

public final StringPath password = createString("password");

public final StringPath phoneNum = createString("phoneNum");

public final StringPath role = createString("role");

public QMemberEntity(String variable) {
super(MemberEntity.class, forVariable(variable));
}

public QMemberEntity(Path<MemberEntity> path) {
super(path.getType(), path.getMetadata());
}

public QMemberEntity(PathMetadata metadata) {
super(MemberEntity.class, metadata);
}

}

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
67
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added build/kotlin/compileKotlin/cacheable/last-build.bin
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
�
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
74
0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions build/resources/main/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
spring:
application:
jwt:
secretKey: 25432A462D4A614E645267556A586E3272357538782F413F4428472B4B625065
expiration: 43200000
refreshExpiration: 604800000 # 7일
name: chapter2
datasource:
url: jdbc:mysql://${DATABASE_URL}/chapter2
username: ${DATABASE_USER}
password: ${DATABASE_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
properties:
hibernate:
dialect: org.hibernate.dialect.MySQLDialect
hibernate:
ddl-auto: create-drop

show-sql: true
Binary file added build/resources/main/static/arrow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions build/resources/main/static/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/static/css/main.593d0d45.css",
"main.js": "/static/js/main.081316a3.js",
"static/js/453.2ee9ed2e.chunk.js": "/static/js/453.2ee9ed2e.chunk.js",
"index.html": "/index.html",
"main.593d0d45.css.map": "/static/css/main.593d0d45.css.map",
"main.081316a3.js.map": "/static/js/main.081316a3.js.map",
"453.2ee9ed2e.chunk.js.map": "/static/js/453.2ee9ed2e.chunk.js.map"
},
"entrypoints": [
"static/css/main.593d0d45.css",
"static/js/main.081316a3.js"
]
}
Binary file added build/resources/main/static/create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions build/resources/main/static/css/main.593d0d45.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions build/resources/main/static/css/main.593d0d45.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added build/resources/main/static/favicon.ico
Binary file not shown.
2 changes: 2 additions & 0 deletions build/resources/main/static/js/453.2ee9ed2e.chunk.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 33f5e0d

Please sign in to comment.