From f6634338a708e56f5d2eb54288f2d5c3a4aa1c40 Mon Sep 17 00:00:00 2001 From: tuanvu Date: Wed, 7 Jan 2026 10:16:17 +0100 Subject: [PATCH] test on server 8081 --- README.md | 5 ++++- back_end/src/main/resources/application.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f2c8b6..8a577c8 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,7 @@ cd front_end npm install #### Lancer front_end -npm start \ No newline at end of file +npm start + +#### Docker +sudo docker stop $(sudo docker ps -a -q) \ No newline at end of file diff --git a/back_end/src/main/resources/application.properties b/back_end/src/main/resources/application.properties index e84fa27..f81f9e4 100644 --- a/back_end/src/main/resources/application.properties +++ b/back_end/src/main/resources/application.properties @@ -6,6 +6,6 @@ spring.datasource.driver-class-name=org.postgresql.Driver spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=true spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect - +server.port=8081 spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:8080/realms/Frisbyee_realm spring.security.oauth2.resourceserver.jwt.jwk-set-uri: http://localhost:8080/realms/Frisbyee_realm/protocol/openid-connect/certs \ No newline at end of file