Skip to content

[BE] 댓글 : 생성/조회/삭제 API 개발 #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
83 changes: 76 additions & 7 deletions polling-app-client/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion polling-app-client/package.json
Original file line number Diff line number Diff line change
@@ -18,6 +18,6 @@
"devDependencies": {
"babel-plugin-import": "^1.6.5",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.4.1"
"react-app-rewired": "^1.6.2"
}
}
17,974 changes: 8,987 additions & 8,987 deletions polling-app-client/yarn.lock

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions polling-app-server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -5,19 +5,23 @@ server.compression.enabled=true
## Spring DATASOURCE (DataSourceAutoConfiguration & DataSourceProperties)
spring.datasource.url= jdbc:mysql://localhost:3306/polling_app?useSSL=false&serverTimezone=UTC&useLegacyDatetimeCode=false
spring.datasource.username= root
spring.datasource.password= callicoder
spring.datasource.password= asd798852!


## Hibernate Properties
# The SQL dialect makes Hibernate generate better SQL for the chosen database
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.hibernate.ddl-auto = update
spring.jpa.hibernate.ddl-auto = none

spring.jpa.show-sql=true
spring.jpa.properties.hibernate.format_sql=true


## Hibernate Logging
logging.level.org.hibernate.SQL= DEBUG

# Initialize the datasource with available DDL and DML scripts
spring.datasource.initialization-mode=always
spring.sql.init.mode=never
spring.jpa.defer-datasource-initialization= true

## Jackson Properties
69 changes: 0 additions & 69 deletions polling-app-server/src/main/resources/db/migration/V1__schema.sql

This file was deleted.

Empty file.