소스 검색

removeing the remaining referenvce to the previous Spring setup.

L. Dolio Durant 6 년 전
부모
커밋
1468eb4387
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      README.md

+ 1
- 1
README.md 파일 보기

@@ -302,7 +302,7 @@ Output all information for all people and their home information
302 302
 
303 303
 Once you have figured out the correct queries for each step, 
304 304
 save a copy in a file called `src/main/resources/script.sql`. This will be how you submit this assignment. 
305
-If at any time you need to reset the database, you can restart your Spring Boot server.
305
+If at any time you need to reset the database, you can re-import the database from the .sql file. 
306 306
 
307 307
 Add the following movies to the `movies` table using an insert statement:
308 308