Tommy

Results 5 comments of Tommy

Hi, Just wanted to let you know, that i made an notification component ([mui-notifications](https://github.com/hendratommy/mui-notifications)) for material-ui v1 which is heavily inspired by your work. Thank you!

Intel's Clear Sans seems good. https://www.fontsquirrel.com/fonts/clear-sans

@jfdenise No, I haven't done it yet. I was thinking to use environment variable since the datasource layer is also use environment variable. Looking at [this link](http://www.mastertheboss.com/jboss-frameworks/hibernate-jpa/jpa-configuration/how-to-use-an-env-variable-in-your-persistencexml) seems like this...

Hi, It's working, I made small POC using bootable JAR to configure `persistence.xml` to use environment variables by adding `ee` layer and use `cli` to configure it. Here is the...

I think `Spring-Boot` configuration is great way to configure our application. Our configuration basically all reside in single file `src/main/resources/application.yml` which we can fill with default values. These configuration value...