Skip to content

Commit

Permalink
Improve README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reda-alaoui authored Jan 29, 2024
1 parent 2c6cba7 commit e5c46d6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,6 @@ This prevents you from choosing the best `EntityGraph` considering the runtime c
//...
}
```
4. If you want to use [type safe EntityGraphs](#type-safe-entitygraph) , add those dependencies:

```xml
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>
<version>${hibernate.version}</version>
<scope>provided</scope>
</dependency>
```
```xml
<dependency>
<groupId>com.cosium.spring.data</groupId>
<artifactId>spring-data-jpa-entity-graph-generator</artifactId>
<version>${spring-data-jpa-entity-graph.version}</version>
<scope>provided</scope>
</dependency>
```

# 2.x to 3.x breaking changes

Expand Down

0 comments on commit e5c46d6

Please sign in to comment.