Spaces:
Sleeping
Sleeping
Update JAR files
Browse files
target/classes/application.properties
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
spring.application.name=p1
|
| 2 |
+
|
| 3 |
+
# Server Configuration
|
| 4 |
+
server.port=8080
|
| 5 |
+
|
| 6 |
+
# Gemini AI Configuration
|
| 7 |
+
gemini.api.key=${GEMINI_API_KEY:YOUR_KEY}
|
| 8 |
+
gemini.api.base-url=https://generativelanguage.googleapis.com/v1beta/models
|
| 9 |
+
gemini.api.model=gemini-2.5-flash
|
| 10 |
+
gemini.api.timeout=30000
|
| 11 |
+
|
| 12 |
+
# Logging
|
| 13 |
+
logging.level.com.example.p1=DEBUG
|
| 14 |
+
logging.level.org.springframework.web=DEBUG
|
| 15 |
+
|
| 16 |
+
# CORS Configuration
|
| 17 |
+
cors.allowed-origins=http://localhost:3000,http://localhost:8080
|
| 18 |
+
cors.allowed-methods=GET,POST,PUT,DELETE,OPTIONS
|
| 19 |
+
cors.allowed-headers=*
|
| 20 |
+
*/
|
target/p1-0.0.1-SNAPSHOT.jar
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f0030fcad86144ef5eda86e48107b11e86647ab78332f155d04865fb5c6f69d
|
| 3 |
+
size 38873262
|
target/p1-0.0.1-SNAPSHOT.jar.original
CHANGED
|
Binary files a/target/p1-0.0.1-SNAPSHOT.jar.original and b/target/p1-0.0.1-SNAPSHOT.jar.original differ
|
|
|