Этот коммит содержится в:
Ihar Hancharenka 2024-09-19 07:45:45 +03:00
родитель ecee575520
Коммит 95a6c61640
2 изменённых файлов: 39 добавлений и 0 удалений

33
pl/cross/tools/ide/eclipse/rapidclipse.txt Обычный файл
Просмотреть файл

@ -0,0 +1,33 @@
https://rapidclipse.com/en/
https://xdev.software/en/products/rapidclipse
https://xdev.software/en/products/jpa-sql
https://rapidclipse.atlassian.net/wiki/spaces/JPAS/overview
https://rapidclipse.atlassian.net/wiki/spaces/JPAS/pages
https://rapidclipse.atlassian.net/wiki/spaces/JPAS/pages/2532769815/Installation
https://rapidclipse.atlassian.net/wiki/spaces/JPAS/pages/2532769822/JPA-SQL+language+specification
https://rapidclipse.atlassian.net/wiki/spaces/JPAS/pages/2532769841/Create+new+query
https://rapidclipse.atlassian.net/wiki/spaces/JPAS/pages/2532769834/Examples
https://github.com/xdev-software
https://github.com/RapidClipse
https://github.com/RapidClipse/rapid-application-platform
https://rapidclipse.com/en/features
https://rapidclipse.com/en/features/hibernate-tools
https://rapidclipse.com/en/features/gui-builder
https://rapidclipse.com/en/features/framework
https://xdev.software/en/products/xdev-testcontainers-infrastructure-framework
https://github.com/xdev-software/tci-base
https://github.com/xdev-software/tci-base/tree/develop/tci-base-demo
https://eclipsestore.io/
https://github.com/eclipse-store/store
https://docs.eclipsestore.io/manual/intro/welcome.html
https://docs.eclipsestore.io/manual/storage/getting-started.html
https://github.com/eclipse-store/store/tree/main/examples
2024
Javapro - RapidClipse in Action: Von der Idee zur Bereitstellung in Rekordzeit | Sebastian Späth (DE) 0:00 of 36:35
https://www.youtube.com/watch?v=iGmutyjkGOY

Просмотреть файл

@ -3,11 +3,15 @@ spring:
show-sql: true
properties:
hibernate:
show_sql: true
format_sql: true
use_sql_comments: true # Add SQL comments to indicate the source of queries
logging:
level:
org.hibernate: trace
2024
https://bootcamptoprod.com/spring-boot-data-jpa-print-sql-queries/
2022
https://www.baeldung.com/hibernate-logging-levels
https://www.baeldung.com/sql-logging-spring-boot2022
@ -16,3 +20,5 @@ https://www.baeldung.com/sql-logging-spring-boot2022
logging.level.org.hibernate.type.descriptor.sql.BasicBinder=TRACE
logging.level.org.springframework.jdbc.core.JdbcTemplate=DEBUG
logging.level.org.springframework.jdbc.core.StatementCreatorUtils=TRACE
????
https://sky.pro/wiki/java/otobrazhenie-sql-zaprosov-iz-jpa-v-ide-reshenie-bez-dostupa-k-bd/