If you need the w3 schema:
Go to the folder where you want to generate the service.
Create this file: xsd.xjb
<bindings xmlns="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
If you need the w3 schema:
Go to the folder where you want to generate the service.
Create this file: xsd.xjb
<bindings xmlns="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
I came across HikariCP and I was amazed by the benchmarks and I wanted to try it instead of my default choice C3P0 and to my surprise I struggled to get the configurations right probably because the configurations differ based on what combination of tech stack you are using.
I have setup Spring Boot project with JPA, Web, Security starters (Using [Spring Initializer][1]) to use PostgreSQL as a database with HikariCP as connection pooling.
I have used Gradle as build tool and I would like to share what worked for me for the following assumptions:
This gist is related to SO post https://stackoverflow.com/questions/26490967/how-do-i-configure-hikaricp-in-my-spring-boot-app-in-my-application-properties-f
| # ***************************************************************************** | |
| # BASICS | |
| # ***************************************************************************** | |
| redis-server /path/redis.conf # start redis with the related configuration file | |
| redis-cli # opens a redis prompt | |
| # ***************************************************************************** |
| C:\IBM\WebSphere\AppServer\java\jre\lib\security | |
| Edit java.security | |
| You can comment these to download and then set them back | |
| #ssl.SocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLSocketFactory | |
| #ssl.ServerSocketFactory.provider=com.ibm.websphere.ssl.protocol.SSLServerSocketFactory |
| Router1(config)#show running-config | |
| ^ | |
| % Invalid input detected at '^' marker. | |
| Router1(config)#do show running-config | |
| Building configuration... | |
| Current configuration : 3971 bytes |
| ##Router 1 | |
| show ip interface brief | |
| interface G0/0 | |
| no shutdown | |
| interface G0/1.5 | |
| encapsulation dot1q 5 | |
| ip address 192.10.20.1 255.255.255.0 | |
| exit |