You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
## Spring boot app with Angular 4 client embedded
2
2
3
3
The frontend-app is gotten from :https://github.com/creativetimofficial/material-dashboard-angular.
4
-
The project produces **an only jar** using spring-boot, that is you can implement java backend services, together the angular client developed in typescript (angular-cli).
4
+
The project produces **an only jar** using maven spring-boot, that is you can implement java backend services, together the angular client developed in typescript (angular-cli).
5
5
6
6
## Description
7
7
8
8
The project is used to develop the client in the **frontend-app** folder with the __angular-cli__, and the **java backend** with the __maven spring boot project configured__.
9
-
For this, import your client (frontend-app) in the angular/typescript IDE (i.e. __visual studio code__) and your java backend in __Eclipse__
9
+
For this, import your client (frontend-app) in the angular/typescript IDE (i.e. __visual studio code__) and your maven java backend in __Eclipse__
10
10
11
-
## Functional informations
11
+
###Functional informations
12
12
13
13
The steps to build the jar are defined in the pom.xml file. The project builds the frontend with the output folder **frontend-app/dist** and copies it in the __src/main/resources/static__ folder in order to load the client in the spring boot home page together the java services.
14
14
The port information is stored in **src/main/resources/application.properties** file in the __server.port__ property.
@@ -54,7 +54,7 @@ Open browser on localhost:8081
54
54
Move __app.jar__ in electron-app folder and in this run **electron main** after **npm i electron -g**.
55
55
The port is specified in the __electrona-app/index.html__.
56
56
57
-
THIS IS A PILOT IN DEVELOPMENT BECAUSE THE ELECTRON LIVE WORK BAD IN RENDERING AND ELECTRON-PACKAGER INSTEAD BREAKS.
57
+
THIS IS A PILOT IN DEVELOPMENT BECAUSE THE ELECTRON LIVE WORKS BAD IN RENDERING AND ELECTRON-PACKAGER INSTEAD BREAKS.
0 commit comments