We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d058be + 4b24e7f commit 95ba37cCopy full SHA for 95ba37c
pom.xml
@@ -13,7 +13,7 @@
13
<parent>
14
<groupId>com.powsybl</groupId>
15
<artifactId>powsybl-parent-ws</artifactId>
16
- <version>21</version>
+ <version>22</version>
17
<relativePath/>
18
</parent>
19
src/test/resources/application-default.yml
@@ -11,7 +11,8 @@ logging:
11
org.springframework.orm.jpa: INFO
12
org.springframework.transaction: INFO
org.hibernate.SQL: INFO
- org.hibernate.type.descriptor.sql.BasicBinder: INFO
+ org.hibernate.orm.jdbc.bind: INFO
+ net.ttddyy.dsproxy.listener.logging.SLF4JQueryLoggingListener: WARN
powsybl-ws:
database:
0 commit comments