New project developed with updated JHipster version, for a fast

development of the front-end.
This commit is contained in:
Maria Teresa Paratore 2023-08-14 15:41:14 +02:00
parent abca9cf59e
commit 19105c1fb1
259 changed files with 25403 additions and 66 deletions

0
.devcontainer/Dockerfile Normal file → Executable file
View File

0
.devcontainer/devcontainer.json Normal file → Executable file
View File

0
.editorconfig Normal file → Executable file
View File

0
.eslintignore Normal file → Executable file
View File

0
.eslintrc.json Normal file → Executable file
View File

0
.gitattributes vendored Normal file → Executable file
View File

0
.gitignore vendored Normal file → Executable file
View File

0
.husky/pre-commit Normal file → Executable file
View File

0
.lintstagedrc.js Normal file → Executable file
View File

0
.mvn/jvm.config Normal file → Executable file
View File

0
.mvn/wrapper/maven-wrapper.jar vendored Normal file → Executable file
View File

0
.mvn/wrapper/maven-wrapper.properties vendored Normal file → Executable file
View File

0
.prettierignore Normal file → Executable file
View File

0
.prettierrc Normal file → Executable file
View File

0
.yo-rc.json Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
angular.json Normal file → Executable file
View File

0
checkstyle.xml Normal file → Executable file
View File

0
jest.conf.js Normal file → Executable file
View File

0
mvnw vendored Normal file → Executable file
View File

0
mvnw.cmd vendored Normal file → Executable file
View File

0
ngsw-config.json Normal file → Executable file
View File

0
npmw Normal file → Executable file
View File

0
npmw.cmd Normal file → Executable file
View File

24854
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

6
package.json Normal file → Executable file
View File

@ -66,19 +66,23 @@
"packaging": "jar"
},
"dependencies": {
"@angular/animations": "^16.1.4",
"@angular/common": "16.1.4",
"@angular/compiler": "16.1.4",
"@angular/core": "16.1.4",
"@angular/forms": "16.1.4",
"@angular/localize": "16.1.4",
"@angular/material": "^16.1.4",
"@angular/platform-browser": "16.1.4",
"@angular/platform-browser-dynamic": "16.1.4",
"@angular/router": "16.1.4",
"@fortawesome/angular-fontawesome": "0.13.0",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@material/theme": "^15.0.0-canary.b994146f6.0",
"@ng-bootstrap/ng-bootstrap": "15.1.0",
"@popperjs/core": "2.11.8",
"axios": "^1.4.0",
"bootstrap": "5.3.0",
"dayjs": "1.11.9",
"ngx-infinite-scroll": "16.0.0",
@ -105,7 +109,7 @@
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint-webpack-plugin": "4.0.1",
"generator-jhipster": "8.0.0-beta.2",
"generator-jhipster": "^8.0.0-beta.2",
"husky": "8.0.3",
"jest": "29.6.1",
"jest-date-mock": "1.0.8",

0
pom.xml Normal file → Executable file
View File

0
sonar-project.properties Normal file → Executable file
View File

0
src/main/docker/app.yml Normal file → Executable file
View File

View File

View File

View File

0
src/main/docker/jhipster-control-center.yml Normal file → Executable file
View File

0
src/main/docker/jib/entrypoint.sh Normal file → Executable file
View File

0
src/main/docker/monitoring.yml Normal file → Executable file
View File

0
src/main/docker/prometheus/prometheus.yml Normal file → Executable file
View File

0
src/main/docker/sonar.yml Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

@ -14,12 +14,10 @@ import org.springframework.boot.web.servlet.server.ConfigurableServletWebServerF
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.env.Environment;
import org.springframework.core.env.Profiles;
import org.springframework.util.CollectionUtils;
import org.springframework.web.cors.CorsConfiguration;
import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
import org.springframework.web.filter.CorsFilter;
import tech.jhipster.config.JHipsterConstants;
import tech.jhipster.config.JHipsterProperties;
/**

View File

0
src/main/java/org/gcube/isdashboard/package-info.java Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
src/main/resources/banner.txt Normal file → Executable file
View File

0
src/main/resources/config/application-dev.yml Normal file → Executable file
View File

0
src/main/resources/config/application-prod.yml Normal file → Executable file
View File

0
src/main/resources/config/application-tls.yml Normal file → Executable file
View File

0
src/main/resources/config/application.yml Normal file → Executable file
View File

0
src/main/resources/config/tls/keystore.p12 Normal file → Executable file
View File

0
src/main/resources/i18n/messages.properties Normal file → Executable file
View File

0
src/main/resources/logback-spring.xml Normal file → Executable file
View File

0
src/main/resources/templates/error.html Normal file → Executable file
View File

0
src/main/webapp/404.html Normal file → Executable file
View File

0
src/main/webapp/WEB-INF/web.xml Normal file → Executable file
View File

0
src/main/webapp/app/admin/admin-routing.module.ts Normal file → Executable file
View File

0
src/main/webapp/app/admin/docs/docs.component.html Normal file → Executable file
View File

0
src/main/webapp/app/admin/docs/docs.component.scss Normal file → Executable file
View File

0
src/main/webapp/app/admin/docs/docs.component.ts Normal file → Executable file
View File

0
src/main/webapp/app/app-page-title-strategy.ts Normal file → Executable file
View File

6
src/main/webapp/app/app-routing.module.ts Normal file → Executable file
View File

@ -10,6 +10,7 @@ import NavbarComponent from './layouts/navbar/navbar.component';
import LoginComponent from './login/login.component';
import { UserRouteAccessService } from 'app/core/auth/user-route-access.service';
import { DynamicTabsComponent } from './dynamic-tabs/dynamic-tabs.component';
@NgModule({
imports: [
@ -38,6 +39,11 @@ import { UserRouteAccessService } from 'app/core/auth/user-route-access.service'
component: LoginComponent,
title: 'Sign in',
},
{
path: 'dynamictabs',
component: DynamicTabsComponent,
title: 'Dynamic tabs sample',
},
{
path: '',
loadChildren: () => import(`./entities/entity-routing.module`).then(({ EntityRoutingModule }) => EntityRoutingModule),

0
src/main/webapp/app/app.constants.ts Normal file → Executable file
View File

0
src/main/webapp/app/app.module.ts Normal file → Executable file
View File

View File

@ -0,0 +1,3 @@
export class appProperties {
public static BASEURL_API = 'http://localhost:8080/api/';
}

0
src/main/webapp/app/config/authority.constants.ts Normal file → Executable file
View File

0
src/main/webapp/app/config/datepicker-adapter.ts Normal file → Executable file
View File

0
src/main/webapp/app/config/dayjs.ts Normal file → Executable file
View File

0
src/main/webapp/app/config/error.constants.ts Normal file → Executable file
View File

0
src/main/webapp/app/config/font-awesome-icons.ts Normal file → Executable file
View File

0
src/main/webapp/app/config/input.constants.ts Normal file → Executable file
View File

0
src/main/webapp/app/config/navigation.constants.ts Normal file → Executable file
View File

0
src/main/webapp/app/config/pagination.constants.ts Normal file → Executable file
View File

0
src/main/webapp/app/config/uib-pagination.config.ts Normal file → Executable file
View File

0
src/main/webapp/app/core/auth/account.model.ts Normal file → Executable file
View File

0
src/main/webapp/app/core/auth/account.service.spec.ts Normal file → Executable file
View File

0
src/main/webapp/app/core/auth/account.service.ts Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More