Posts
Q&A
json-server ์ฉ์ด๊ฐ cmdlet, ํจ์ ~~ ์ธ์๋์ง ์์ต๋๋ค.(npm i json-server -g ๋ก ํ๋ฉด ํด๊ฒฐ๋จ)
npx json-server ... ๋ก ์คํํด๋ณด์ ์ฉ
- 0
- 2
- 1.1K
Q&A
H2 ๋ฒ์ 1.4 ์ด์ ์ฌ์ฉํ์๋ ๋ถ๋ค
H2 ์ต์ ๋ฒ์ ์ฌ์ฉํ์๋๋ถ๋ค(์ 2.1 ์ด๋ค์ฉ)application.properties ์์spring.datasource.url=jdbc:h2:mem:testdb;MODE=LEGACY์ถ๊ฐ๋ก ๋ฃ์ด์ฃผ์ธ์ฉ~
- 2
- 2
- 513
Q&A
AOP SpringConfig @Bean์ผ๋ก ๋ฑ๋ก์ ์๋ฌ
ํ... ๊ฒฐ๊ณผ๋ฅผ ์๊ณ ๋๋ ์ด๋ ๊ฒ ํ๋ฌดํ ์๊ฐ... ๋๋ฌด ๊ฐ์ฌํฉ๋๋ค!
- 0
- 7
- 896
Q&A
AOP SpringConfig @Bean์ผ๋ก ๋ฑ๋ก์ ์๋ฌ
์... ๊ฐ๋์ ๋๋ค ใ ใ
- 0
- 7
- 896
Q&A
AOP SpringConfig @Bean์ผ๋ก ๋ฑ๋ก์ ์๋ฌ
plugins { id 'org.springframework.boot' version '2.3.3.RELEASE' id 'io.spring.dependency-management' version '1.0.10.RELEASE' id 'java' } group = 'hello' version = '0.0.1-SNAPSHOT' sourceCompatibility = '11' repositories { mavenCentral() } dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-jdbc' implementation 'org.springframework.boot:spring-boot-starter-aop' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' runtimeOnly 'com.h2database:h2' compileOnly("org.springframework.boot:spring-boot-devtools") testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } } test { useJUnitPlatform() }
- 0
- 7
- 896
Q&A
AOP SpringConfig @Bean์ผ๋ก ๋ฑ๋ก์ ์๋ฌ
์ฐธ๊ณ ์ค์ท์ ๋๋ค.(์ฌ์ง)
- 0
- 7
- 896
Q&A
์ํฐํฐ ์ค๊ณ์ ์ฃผ์์ (๋ถใ กํธ์ฌํญ)
์ข์ ๊ฐ์ ๋ง๋ค์ด์ฃผ์ ์ ๊ฐ์ฌํฉ๋๋ค! ใ ใ ๋ฐฐ๋ฏผ์ผ๋ก ์ ์ฌ ์ฌ๋จน์ด์ผ๊ฒ ๋ค์ ใ ใ
- 0
- 3
- 241