Skip to content

Instantly share code, notes, and snippets.

View ahwinemman's full-sized avatar
🏠
Working from home

Ahwin Oghenerukevwe ahwinemman

🏠
Working from home
View GitHub Profile
root = true
[*]
# charset = utf-8
# end_of_line = lf
# indent_size = 4
# indent_style = space
# insert_final_newline = false
# max_line_length = 120
# tab_width = 4
@ahwinemman
ahwinemman / persistence.xml
Created April 22, 2020 02:32 — forked from mortezaadi/persistence.xml
persistence xml configurations for major databases and jpa providers
<?xml version="1.0" encoding="UTF-8"?>
<persistence xmlns="http://java.sun.com/xml/ns/persistence"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
version="1.0">
<!-- derby -->