Skip to content

[FEAT] superadmin-service 구현#147

Open
jungyuminn wants to merge 4 commits intodevelopmentfrom
feature/superadmin-service-dev
Open

[FEAT] superadmin-service 구현#147
jungyuminn wants to merge 4 commits intodevelopmentfrom
feature/superadmin-service-dev

Conversation

@jungyuminn
Copy link
Contributor

@jungyuminn jungyuminn commented Nov 20, 2024

1. 관련 이슈

#50

2. 구현한 내용 또는 수정한 내용

  • 로그인/로그아웃
  • Refresh Token 추가 (redis 저장)
  • Refresh Token으로 Refresh, Access Token 재발급 기능
  • 공지사항 작성 기능
  • 공지사항 수정 기능
  • 공지사항 삭제 기능
  • 전체 공지사항 조회 기능
  • 특정 공지사항 조회 기능

3. TODO

4. 배포 전 Checklist

@EeeasyCode
기존 설계대로, superAdmin은 따로 회원가입을 할 수 없고, 직접 저희가 DB에 계정을 생성하는 방식으로 jwt를 사용한 로그인/로그아웃만을 구현하였습니다.

@jungyuminn jungyuminn added the feature 새로운 기능 추가 label Nov 20, 2024
@jungyuminn jungyuminn self-assigned this Nov 20, 2024
@jungyuminn jungyuminn changed the title Feature/superadmin service dev [FEAT] superadmin-service 구현 Nov 20, 2024
Copy link
Member

@EeeasyCode EeeasyCode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생 하셨습니다. 배포 설정 후 제가 merge 진행할게요!

Comment on lines +1 to +29
spring:
datasource:
url: ${DB_URL}
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver

jpa:
hibernate:
ddl-auto: update
properties:
hibernate:
show_sql: true
format_sql: true

thymeleaf:
cache: false

redis:
host: ${REDIS_HOST}
port: 6379

jwt:
superadmin:
secret: ${JWT_SUPERADMIN_SECRET}

logging:
level:
org.hibernate.SQL: debug No newline at end of file
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

여기 사용되는 secret 값은 기존이랑 동일한가요?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

토큰만 다른값으로 넣어주세용!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature 새로운 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants