Skip to content
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

Chore | #4 | @lcomment | 로컬 DB 및 Querydsl 설정 #6

Merged
merged 2 commits into from
Nov 24, 2023

Conversation

lcomment
Copy link
Contributor

Issue Number

#4

Description

  • 로컬 DB 설정
  • Audit 및 Querydsl 설정

Core Code

@Configuration
class DataSourceConfig {

	@Bean
	@ConfigurationProperties(prefix = "storage.datasource.core")
	fun hikariConfig(): HikariConfig = HikariConfig()

	@Bean
	@Primary
	fun dataSource(): DataSource = HikariDataSource(hikariConfig())
}

etc

@lcomment lcomment self-assigned this Nov 24, 2023
Copy link

Test Results

0 tests   0 ✔️  0s ⏱️
0 suites  0 💤
0 files    0

Results for commit 77b9009.

@lcomment lcomment merged commit f61ced7 into develop Nov 24, 2023
2 checks passed
@lcomment lcomment deleted the feature/#4 branch November 24, 2023 15:34
@lcomment lcomment added the v1.0 version 1.0 label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.0 version 1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant