mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-08 18:30:42 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
789c6ebe7f
@ -1,7 +1,6 @@
|
||||
package edu.kit.typicalc;
|
||||
|
||||
import com.vaadin.flow.component.page.AppShellConfigurator;
|
||||
import com.vaadin.flow.server.PWA;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
@ -15,7 +14,6 @@ import org.vaadin.artur.helpers.LaunchUtil;
|
||||
*
|
||||
*/
|
||||
@SpringBootApplication
|
||||
@PWA(name = "Typicalc", shortName = "Typicalc", offlineResources = {"images/logo.png"})
|
||||
public class Application extends SpringBootServletInitializer implements AppShellConfigurator {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
BIN
src/main/resources/META-INF/resources/favicon.ico
Normal file
BIN
src/main/resources/META-INF/resources/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user