An open API service indexing awesome lists of open source software.

https://github.com/itzg/try-jcef

Try an embedded browser in Spring Boot web application
https://github.com/itzg/try-jcef

Last synced: 26 days ago
JSON representation

Try an embedded browser in Spring Boot web application

Awesome Lists containing this project

README

          

Uses the [JCEF Maven libraries](https://github.com/jcefmaven/jcefmaven) in a [Spring Boot](https://spring.io/projects/spring-boot) application.

## Build and run

```shell
./gradlew bootRun
```

## Build runnable jar

```shell
./gradlew bootJar
```

where the built jar is located in `build/libs`.