Commit 18174da3863e6dc8d1a8e06ea5f64100a4552013
1 parent
2d2e62a5
1.
Showing
3 changed files
with
3 additions
and
0 deletions
src/main/resources/application-cloud.properties
| ... | ... | @@ -10,6 +10,7 @@ spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.h |
| 10 | 10 | spring.jpa.database= MYSQL |
| 11 | 11 | spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true |
| 12 | 12 | spring.jpa.show-sql= false |
| 13 | +spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect | |
| 13 | 14 | |
| 14 | 15 | #DATABASE |
| 15 | 16 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver | ... | ... |
src/main/resources/application-dev.properties
| ... | ... | @@ -10,6 +10,7 @@ spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.h |
| 10 | 10 | spring.jpa.database= MYSQL |
| 11 | 11 | spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true |
| 12 | 12 | spring.jpa.show-sql= true |
| 13 | +spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect | |
| 13 | 14 | |
| 14 | 15 | #DATABASE |
| 15 | 16 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver | ... | ... |
src/main/resources/application-test.properties
| ... | ... | @@ -10,6 +10,7 @@ spring.jpa.hibernate.naming.physical-strategy=org.springframework.boot.orm.jpa.h |
| 10 | 10 | spring.jpa.database= MYSQL |
| 11 | 11 | spring.jpa.properties.hibernate.enable_lazy_load_no_trans=true |
| 12 | 12 | spring.jpa.show-sql= false |
| 13 | +spring.jpa.properties.hibernate.dialect= org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect | |
| 13 | 14 | |
| 14 | 15 | #DATABASE |
| 15 | 16 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver | ... | ... |