# nexhome-rbac **Repository Path**: create-clover/nexhome-rbac ## Basic Information - **Project Name**: nexhome-rbac - **Description**: 实习作业 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-04 - **Last Updated**: 2022-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README <<<<<<< HEAD This project is a boilerplate for Spring Cloud Java application using our own plugin and infrastructure libraries. ### Start using IntelliJ Imports the file `assets/code-styles.xml` into `IntelliJ -> Settings -> Editor -> Code Style`, to import our team's code style configurations. ### Start the demo You can run the application using `./gradlew :bootRun` and sample http requests are recorded in `assets/requests.http`. ### Quick start as fork Before using this boilerplate, you can download this project using zip file and extract to separated folder, then modify the parameters listed below: ```properties # gradle.properties privateMavenRepository=the private repository URL if change is needed. ``` ```kotlin // settings.gradle.kts rootProject.name = "change the project name here" // ... // change the plugin repository if needed. maven { url = uri("http://nexhome-ng-development-server:8081/repository/internal/") } // in build cache section, change nexhome-ng-development-server URL if needed. ``` ```yaml # src/main/resources/application.yaml name: nexhome-spring-cloud-skeleton # change the application name ``` ======= # nexhome-rbac-spring-boot >>>>>>> 25195314fc439ba10e23b5811450315dba28fc46