Skip to content

lasky/HighT-Portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HighT-Portal

Why Portal

Portal, 传送门的意思,旨在为各种系统提供统一的入口。有它可以自由在各种系统间切换。还提供统一的权限管理,方便管理各系统的菜单权限。

Technology Stack

  • Gradle
  • Spring Boot
  • Thymeleaf
  • Vue.js
  • Semantic UI

Devtools in IntelliJ

Spring boot devtools - Static content reloading does not work in IntelliJ

You need to turn on a couple of features in IntelliJ to make this work.

First, there's a project specific setting which you would need to apply on any project you want to use devtools in. Go to Preferences > Compiler and enable "Make project automatically."

The next setting is an IDEA registry setting that applies to all projects. In OSX, press Shift+Command+A and enter "Registry" in the search box that appears. Lookup compiler.automake.allow.when.app.running and enable it.

After that, restart your app. You will notice that the project keeps rebuilding with every change you make. When you check out the result in the browser, you will see both static files and code have been updated.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.6%
  • HTML 27.9%
  • CSS 8.6%
  • Visual Basic .NET 0.3%
  • Java 0.3%
  • Classic ASP 0.1%
  • Other 0.2%