Q&A
json-server 용어가 cmdlet, 함수 ~~ 인식되지 않습니다.(npm i json-server -g 로 하면 해결됨)
npx json-server ... 로 실행해보셔용
- いいね数
- 0
- コメント数
- 2
- 閲覧数
- 1190
Q&A
npx json-server ... 로 실행해보셔용
Q&A
H2 최신버전 사용하시는분들(전 2.1 이네용) application.properties 에서 spring.datasource.url=jdbc:h2:mem:testdb;MODE=LEGACY 추가로 넣어주세용~
Q&A
하... 결과를 알고나니 이렇게 허무할 수가... 너무 감사합니다!
Q&A
와... 감동입니다 ㅠㅠ
Q&A
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() }
Q&A
참고 스샷입니다.
Q&A
좋은 강의 만들어주셔서 감사합니다! ㅎㅎ 배민으로 점심 사먹어야겠네요 ㅎㅎ