Calendar controller reparado

parent 2475de3e
...@@ -20,8 +20,8 @@ import java.util.List; ...@@ -20,8 +20,8 @@ import java.util.List;
import java.util.Map; import java.util.Map;
@RestController() @RestController()
@RequestMapping("/calendar-exception") @RequestMapping("/service/settings/calendar-exception")
@ProgramSecurity("calendar-exception") @ProgramSecurity("CALENDAR-EXCEPTION")
@Log4j2 @Log4j2
public class CalendarExceptionController extends XDFController<CalendarExceptionBean, BigInteger> { public class CalendarExceptionController extends XDFController<CalendarExceptionBean, BigInteger> {
......
...@@ -4,7 +4,7 @@ server: ...@@ -4,7 +4,7 @@ server:
servlet.context-path: ${APPLICATION_PATH:/bytebot} servlet.context-path: ${APPLICATION_PATH:/bytebot}
port: ${APPLICATION_PORT:9077} port: ${APPLICATION_PORT:9077}
web: web:
static-content-location: file:/home/cristian/Documents/AVB_Backend/bytebot-html/ static-content-location: file:/home/asarmiento/Escritorio/REPARANDO/bytebot-workspace/dist/bytebot-html/
#NOTA debe terminar con / #NOTA debe terminar con /
security: security:
...@@ -55,7 +55,7 @@ application: ...@@ -55,7 +55,7 @@ application:
multi-tenant-conf: multi-tenant-conf:
exclude-service: / exclude-service: /
authorization-service.url: http://localhost:17580 authorization-service.url: http://localhost:17580
security: none # none, basic, oauth2sso security: oauth2sso # none, basic, oauth2sso
security.method: true security.method: true
security-exclude: /service/oauth/userinfo, /actuator/**, /mylogout, /login, /logout, /goodbye, /error, /anon, /cache.manifest, /favicon.ico, /service/file, /goodbye /byteboot security-exclude: /service/oauth/userinfo, /actuator/**, /mylogout, /login, /logout, /goodbye, /error, /anon, /cache.manifest, /favicon.ico, /service/file, /goodbye /byteboot
messaging: messaging:
...@@ -104,10 +104,10 @@ spring: ...@@ -104,10 +104,10 @@ spring:
datasource: datasource:
database-type: postgres database-type: postgres
schemaName: avb schemaName: avb
url: jdbc:postgresql://192.168.21.74:5432/avb?useSSL=false url: jdbc:postgresql://localhost:5432/bytebot?useSSL=false&currentSchema=avb
driverClassName: 'org.postgresql.Driver' driverClassName: 'org.postgresql.Driver'
username: postgres username: postgres
password: password: postgres
minimum-idle: 10 minimum-idle: 10
maximum-pool-size: 10 maximum-pool-size: 10
validationQuery: SELECT 1 validationQuery: SELECT 1
...@@ -115,16 +115,16 @@ spring: ...@@ -115,16 +115,16 @@ spring:
hikari.registerMbeans: true hikari.registerMbeans: true
security: security:
basepath: http://192.168.1.6:9077/bytebot basepath: http://localhost:9077/bytebot
provider: byte # oracle, amazon provider: byte # oracle, amazon
oauth2-client: oauth2-client:
clientId: xdf-client clientId: xdf-client
clientSecret: xdf-secret clientSecret: xdf-secret
accessTokenUri: http://127.0.0.1:18080/oauth/token accessTokenUri: http://192.168.21.49:18080/oauth/token
userAuthorizationUri: http://127.0.0.1:18080/oauth/authorize userAuthorizationUri: http://192.168.21.49:18080/oauth/authorize
oauth2-resource: oauth2-resource:
userInfoUri: http://127.0.0.1:18080/oauth/userinfo userInfoUri: http://192.168.21.49:18080/oauth/userinfo
logoutUri: http://127.0.0.1:18080/oauth/userlogout logoutUri: http://192.168.21.49:18080/oauth/userlogout
tenants: tenants:
- -
id: T186A1 id: T186A1
...@@ -132,26 +132,26 @@ spring: ...@@ -132,26 +132,26 @@ spring:
datasource: datasource:
database-type: postgres database-type: postgres
schemaName: avb schemaName: avb
url: jdbc:postgresql://192.168.21.74:5432/avb?useSSL=false url: jdbc:postgresql://localhost:5432/bytebot?useSSL=false&currentSchema=avb
driverClassName: 'org.postgresql.Driver' driverClassName: 'org.postgresql.Driver'
username: postgres username: postgres
password: password: postgres
minimum-idle: 10 minimum-idle: 10
maximum-pool-size: 10 maximum-pool-size: 10
validationQuery: SELECT 1 validationQuery: SELECT 1
testWhileIdle: true testWhileIdle: true
hikari.registerMbeans: true hikari.registerMbeans: true
security: security:
basepath: http://192.168.1.6:9077/bytebot basepath: http://localhost:9077/bytebot
provider: byte # oracle, amazon provider: byte # oracle, amazon
oauth2-client: oauth2-client:
clientId: xdf-client clientId: xdf-client
clientSecret: xdf-secret clientSecret: xdf-secret
accessTokenUri: http://127.0.0.1:18080/oauth/token accessTokenUri: http://192.168.21.49:18080/oauth/token
userAuthorizationUri: http://127.0.0.1:18080/oauth/authorize userAuthorizationUri: http://192.168.21.49:18080/oauth/authorize
oauth2-resource: oauth2-resource:
userInfoUri: http://127.0.0.1:18080/oauth/userinfo userInfoUri: http://192.168.21.49:18080/oauth/userinfo
logoutUri: http://127.0.0.1:18080/oauth/userlogout logoutUri: http://192.168.21.49:18080/oauth/userlogout
jpa: jpa:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment