This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| deb http://id.archive.ubuntu.com/ubuntu/ groovy main universe restricted multiverse | |
| deb-src http://id.archive.ubuntu.com/ubuntu/ groovy main universe restricted multiverse | |
| deb http://security.ubuntu.com/ubuntu groovy-security main universe restricted multiverse | |
| deb-src http://security.ubuntu.com/ubuntu groovy-security main universe restricted multiverse | |
| deb http://id.archive.ubuntu.com/ubuntu/ groovy-updates main universe restricted multiverse | |
| deb-src http://id.archive.ubuntu.com/ubuntu/ groovy-updates main universe restricted multiverse | |
| deb http://id.archive.ubuntu.com/ubuntu groovy-backports main restricted universe multiverse | |
| deb-src http://id.archive.ubuntu.com/ubuntu groovy-backports main restricted universe multiverse | |
| deb http://archive.canonical.com/ubuntu groovy partner | |
| deb-src http://archive.canonical.com/ubuntu groovy partner |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.apache.catalina.LifecycleListener; | |
| import org.apache.catalina.core.AprLifecycleListener; | |
| import org.springframework.beans.factory.annotation.Value; | |
| import org.springframework.boot.context.embedded.EmbeddedServletContainerFactory; | |
| import org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory; | |
| import org.springframework.context.annotation.Bean; | |
| import org.springframework.context.annotation.Configuration; | |
| /** | |
| * NOTE: You also need to install APR on your system, on Arch Linux the package is called `tomcat-native`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en" xmlns="http://www.w3.org/1999/xhtml" dir="ltr" class="uk-height-1-1"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>flasktest</title> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" /> | |
| <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> | |
| </head> |