mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-28 13:59:37 +00:00
Add note about autocrlf on windows
This commit is contained in:
parent
0d8a80da65
commit
8954fa9585
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ Or you can run it from Maven directly using the Spring Boot Maven plugin. If you
|
|||
./mvnw spring-boot:run
|
||||
```
|
||||
|
||||
> NOTE: Windows users should set `git config core.autocrlf true` to avoid format assertions failing the build (use `--global` to set that flag globally).
|
||||
|
||||
## In case you find a bug/suggested improvement for Spring Petclinic
|
||||
Our issue tracker is available here: https://github.com/spring-projects/spring-petclinic/issues
|
||||
|
||||
|
|
Loading…
Reference in a new issue