Skip to content

Latest commit

 

History

85 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyForge

Il progetto è stato configurato in modo da funzionare con il DataSource, di conseguenza è necessario configurare appositamente il file WebContent/META-INF/context.xml con le informazioni per la connessione al database (e.g., URI, username e password).

Segue un esempio di configurazione:

<Context>
	<Resource
		name="jdbc/keyforge"
		auth="Container"
		type="javax.sql.DataSource"
		driverClassName="com.mysql.cj.jdbc.Driver"
		url="jdbc:mysql://localhost:3306/keyforge"
		username="..."
		password="..." />
</Context>

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages