Projekt

Obecné

Profil

Stáhnout (424 Bajtů) Statistiky
| Větev: | Revize:
1 93fff090 Vojtěch Danišík
# Tell hibernate to use oracle 12c dialect (allowing to use IDENTITY for ID, ....).
2
spring.jpa.database-platform=org.hibernate.dialect.Oracle12cDialect
3 26342eaf Vojtěch Danišík
4 58fdf8f4 Vojtěch Danišík
# TNS format of connection to ORACLE 12c database.
5 26342eaf Vojtěch Danišík
oracle.url=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=atreus-v.zcu.cz)(PORT=1521)))(CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=DEMO_SERVICE)))
6 58fdf8f4 Vojtěch Danišík
oracle.username=ondrous
7 26342eaf Vojtěch Danišík
oracle.password=demo