Fix typo
This commit is contained in:
parent
1a8473d8e3
commit
b7a1f10e4c
|
@ -43,7 +43,7 @@ Next, you write a SQL script to create a table to store the data.
|
|||
|
||||
<@snippet path="src/main/resources/schema-all.sql" prefix="initial"/>
|
||||
|
||||
> **Note:** Spring Zero runs `schema-@@platform@@` automatically during startup. `-all` is the default for all platforms.
|
||||
> **Note:** Spring Zero runs `schema-@@platform@@.sql` automatically during startup. `-all` is the default for all platforms.
|
||||
|
||||
<a name="initial"></a>
|
||||
Create a business class
|
||||
|
|
|
@ -135,7 +135,7 @@ CREATE TABLE people (
|
|||
);
|
||||
```
|
||||
|
||||
> **Note:** Spring Zero runs `schema-@@platform@@` automatically during startup. `-all` is the default for all platforms.
|
||||
> **Note:** Spring Zero runs `schema-@@platform@@.sql` automatically during startup. `-all` is the default for all platforms.
|
||||
|
||||
<a name="initial"></a>
|
||||
Create a business class
|
||||
|
|
Loading…
Reference in New Issue