소스 검색

Update notes on using console

David Ginzberg 7 년 전
부모
커밋
71f65702cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

1
 # CRUDApplication
1
 # CRUDApplication
2
 
2
 
3
-This repository provides a starter project for a CRUD application using Spring Boot, RestControllers, and H2 for an in memory database.
3
+This repository provides a starter project for a CRUD application using Spring Boot, RestControllers, and H2 for an in memory database. When using the H2 console in the browser (eg: `localhost:8080/console`) be sure to set the `JDBC URL` to match the url defined in `application-h2.properties`. The default is `jdbc:h2:mem:testdb`.
4
 
4
 
5
 ## Exercise
5
 ## Exercise
6
 
6