diff --git a/src/main/docker/app.yml b/src/main/docker/app.yml index 90d9e44..f227b79 100644 --- a/src/main/docker/app.yml +++ b/src/main/docker/app.yml @@ -3,6 +3,8 @@ services: epasmed-app: image: epasmed environment: + # For example a simple variable traslation + #mcl.sso.mocking-agent > MCL_SSO_MOCKINGAGENT - _JAVA_OPTIONS=-Xmx512m -Xms256m - SPRING_PROFILES_ACTIVE=prod,swagger - MANAGEMENT_METRICS_EXPORT_PROMETHEUS_ENABLED=true diff --git a/src/main/java/it/cnr/isti/epasmed/service/TimeCardsReportingService.java b/src/main/java/it/cnr/isti/epasmed/service/TimeCardsReportingService.java index 85098ee..95973c5 100644 --- a/src/main/java/it/cnr/isti/epasmed/service/TimeCardsReportingService.java +++ b/src/main/java/it/cnr/isti/epasmed/service/TimeCardsReportingService.java @@ -13,9 +13,7 @@ import org.springframework.data.domain.Pageable; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; -import it.cnr.isti.epasmed.domain.TabsSI; import it.cnr.isti.epasmed.domain.TimeCardsReporting; -import it.cnr.isti.epasmed.repository.TabsSIRepository; import it.cnr.isti.epasmed.repository.TimeCardsReportingRepository; /** diff --git a/src/main/resources/.h2.server.properties b/src/main/resources/.h2.server.properties index 029fc8b..da4b305 100644 --- a/src/main/resources/.h2.server.properties +++ b/src/main/resources/.h2.server.properties @@ -1,6 +1,6 @@ #H2 Server Properties -#Wed May 12 18:37:07 CEST 2021 -0=JHipster H2 (Disk)|org.h2.Driver|jdbc\:h2\:file\:./target/h2db/db/epasmed| +#Mon Dec 20 18:37:35 CET 2021 +0=JHipster H2 (Disk)|org.h2.Driver|jdbc\:h2\:file\:./target/h2db/db/epasmed|epasmed webAllowOthers=true webPort=8082 webSSL=false diff --git a/src/main/resources/config/liquibase/epasmed/data/user.csv b/src/main/resources/config/liquibase/epasmed/data/user.csv index c07a405..9fc1883 100644 --- a/src/main/resources/config/liquibase/epasmed/data/user.csv +++ b/src/main/resources/config/liquibase/epasmed/data/user.csv @@ -3,4 +3,4 @@ id;login;password_hash;first_name;last_name;email;image_url;activated;lang_key;c 2;anonymoususer;$2a$10$j8S5d7Sr7.8VTOYNviDPOeWX8KcYILUVJBsYV83Y5NtECayypx9lO;Anonymous;User;anonymous@localhost;;true;en;system;system 3;admin;$2a$10$gSAhZrxMllrbgj/kkK9UceBPpChGWJA7SYIb1Mqo.n5aNLq1/oRrC;Administrator;Administrator;admin@localhost;;true;en;system;system 4;user;$2a$10$VEjxo0jq2YG9Rbk2HmX9S.k1uZBGYUHdUcid3g/vfiEl7lwWgOH/K;User;User;user@localhost;;true;en;system;system -5;prometheus;$2a$10$/NMhceiqWrpL2BXXaZ2CFOcpL73AdrbzU9n2qylXDdEYI/A/M57dC;Prometheus;Prometheus;prometheus@localhost;;true;en;system;system \ No newline at end of file +5;prometheus;$2a$10$csiCVQ7gzNNMQkO/rNZRIuv6TlAiV0yA8vj02QruNZTf8GDL.7SnC;Prometheus;Prometheus;prometheus@localhost;;true;en;system;system \ No newline at end of file