File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.boot</groupId >
88 <artifactId >spring-boot-starter-parent</artifactId >
9- <version >3.5.4 </version >
9+ <version >3.5.5 </version >
1010 <relativePath /> <!-- lookup parent from repository -->
1111 </parent >
1212
1717 <description >Aplicativo de comida utilizando IA</description >
1818
1919 <properties >
20- <java .version>23 </java .version>
20+ <java .version>25 </java .version>
2121 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2222 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
2323 <spring-ai .version>1.0.0-M6</spring-ai .version>
Original file line number Diff line number Diff line change 33 name : AiFoodApp
44
55 datasource :
6- url : ${DB_URL:jdbc:postgresql://localhost:5431/foodDB }
7- username : ${DB_USERNAME:foodappadm }
8- password : ${DB_PASSWORD:foodappadminconnectpass }
6+ url : ${SPRING_DATASOURCE_URL }
7+ username : ${SPRING_DATASOURCE_USERNAME }
8+ password : ${SPRING_DATASOURCE_PASSWORD }
99 driver-class-name : org.postgresql.Driver
1010
1111 jpa :
Original file line number Diff line number Diff line change 33 name : AiFoodApp
44
55 datasource :
6- url : jdbc:postgresql://fodoappadmin:B0KxKObuFE6Jq3THpPA22AknbeRXliaq@dpg-d2vnjr8dl3ps739ckk80-a/food_db_bqej
7- username : ${DB_USERNAME }
8- password : ${DB_PASSWORD }
6+ url : ${SPRING_DATASOURCE_URL}
7+ username : ${SPRING_DATASOURCE_USERNAME }
8+ password : ${SPRING_DATASOURCE_PASSWORD }
99 driver-class-name : org.postgresql.Driver
1010 hikari :
1111 connection-timeout : 20000
You can’t perform that action at this time.
0 commit comments